home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / misc / file / magic next >
Text File  |  2005-10-13  |  396KB  |  10,983 lines

  1. # Magic
  2. # Magic data for file(1) command.
  3. # Machine-generated from src/cmd/file/magdir/*; edit there only!
  4. # Format is described in magic(files), where:
  5. # files is 5 on V7 and BSD, 4 on SV, and ?? in the SVID.
  6.  
  7. #------------------------------------------------------------------------------
  8. # Localstuff:  file(1) magic for locally observed files
  9. #
  10. # $Id: Localstuff,v 1.4 2003/03/23 04:17:27 christos Exp $
  11. # Add any locally observed files here.  Remember:
  12. # text if readable, executable if runnable binary, data if unreadable.
  13. #------------------------------------------------------------------------------
  14. # acorn:  file(1) magic for files found on Acorn systems
  15. #
  16.  
  17. # RISC OS Chunk File Format
  18. # From RISC OS Programmer's Reference Manual, Appendix D
  19. # We guess the file type from the type of the first chunk.
  20. 0    lelong        0xc3cbc6c5    RISC OS Chunk data
  21. >12    string        OBJ_        \b, AOF object
  22. >12    string        LIB_        \b, ALF library
  23.  
  24. # RISC OS AIF, contains "SWI OS_Exit" at offset 16.
  25. 16    lelong        0xef000011    RISC OS AIF executable
  26.  
  27. # RISC OS Draw files
  28. # From RISC OS Programmer's Reference Manual, Appendix E
  29. 0    string         Draw        RISC OS Draw file data
  30.  
  31. # RISC OS new format font files
  32. # From RISC OS Programmer's Reference Manual, Appendix E
  33. 0    string        FONT\0        RISC OS outline font data,
  34. >5    byte        x        version %d
  35. 0    string        FONT\1        RISC OS 1bpp font data,
  36. >5    byte        x        version %d
  37. 0    string        FONT\4        RISC OS 4bpp font data
  38. >5    byte        x        version %d
  39.  
  40. # RISC OS Music files
  41. # From RISC OS Programmer's Reference Manual, Appendix E
  42. 0    string        Maestro\r    RISC OS music file
  43. >8    byte        x        version %d
  44.  
  45.  
  46. #------------------------------------------------------------------------------
  47. # adi: file(1) magic for ADi's objects
  48. # From Gregory McGarry <g.mcgarry@ieee.org>
  49. #
  50. 0    leshort        0x521c        COFF DSP21k
  51. >18    lelong        &02        executable,
  52. >18    lelong        ^02
  53. >>18    lelong        &01        static object,
  54. >>18    lelong        ^01        relocatable object,
  55. >18    lelong        &010        stripped
  56. >18    lelong        ^010        not stripped
  57.  
  58. #------------------------------------------------------------------------------
  59. # adventure: file(1) magic for Adventure game files
  60. #
  61. # from Allen Garvin <earendil@faeryland.tamu-commerce.edu>
  62. # Edited by Dave Chapeskie <dchapes@ddm.on.ca> Jun 28, 1998
  63. # Edited by Chris Chittleborough <cchittleborough@yahoo.com.au>, March 2002
  64. #
  65. # ALAN
  66. # I assume there are other, lower versions, but these are the only ones I
  67. # saw in the archive.
  68. 0    beshort    0x0206    ALAN game data
  69. >2    byte    <10    version 2.6%d
  70.  
  71. # Conflicts with too much other stuff!
  72. # Infocom
  73. # (Note: to avoid false matches Z-machine version 1 and 2 are not
  74. # recognized since only the oldest Zork I and II used them.  Similarly
  75. # there are 4 Infocom games that use version 4 that are not recognized.)
  76. #0    byte    3    Infocom game data (Z-machine 3,
  77. #>2    beshort    <0x7fff    Release %3d,
  78. #>26    beshort >0    Size %d*2
  79. #>18    string    >\0    Serial %.6s)
  80. #0    byte    5    Infocom game data (Z-machine 5,
  81. #>2    beshort    <0x7fff    Release %3d,
  82. #>26    beshort >0    Size %d*4
  83. #>18    string    >\0    Serial %.6s)
  84. #0    byte    6    Infocom game data (Z-machine 6,
  85. #>2    beshort    <0x7fff    Release %3d,
  86. #>26    beshort >0    Size %d*8
  87. #>18    string    >\0    Serial %.6s)
  88. #0    byte    8    Infocom game data (Z-machine 8,
  89. #>2    beshort    <0x7fff    Release %3d,
  90. #>26    beshort >0    Size %d*8
  91. #>18    string    >\0    Serial %.6s)
  92.  
  93. # TADS (Text Adventure Development System)
  94. #  All files are machine-independent (games compile to byte-code) and are tagged
  95. #  with a version string of the form "V2.<digit>.<digit>\0" (but TADS 3 is
  96. #  on the way).
  97. #  Game files start with "TADS2 bin\n\r\032\0" then the compiler version.
  98. 0    string    TADS2\ bin    TADS
  99. >9    belong  !0x0A0D1A00    game data, CORRUPTED
  100. >9    belong     0x0A0D1A00
  101. >>13    string    >\0        %s game data
  102. #  Resource files start with "TADS2 rsc\n\r\032\0" then the compiler version.
  103. 0    string    TADS2\ rsc    TADS
  104. >9    belong  !0x0A0D1A00    resource data, CORRUPTED
  105. >9    belong     0x0A0D1A00
  106. >>13    string    >\0        %s resource data
  107. #  Some saved game files start with "TADS2 save/g\n\r\032\0", a little-endian
  108. #  2-byte length N, the N-char name of the game file *without* a NUL (darn!),
  109. # "TADS2 save\n\r\032\0" and the interpreter version. 
  110. 0    string    TADS2\ save/g    TADS
  111. >12    belong    !0x0A0D1A00    saved game data, CORRUPTED
  112. >12    belong     0x0A0D1A00
  113. >>(16.s+32) string >\0        %s saved game data
  114. #  Other saved game files start with "TADS2 save\n\r\032\0" and the interpreter
  115. #  version.
  116. 0    string    TADS2\ save    TADS
  117. >10    belong    !0x0A0D1A00    saved game data, CORRUPTED
  118. >10    belong     0x0A0D1A00
  119. >>14    string    >\0        %s saved game data
  120. #------------------------------------------------------------------------------
  121. # allegro:  file(1) magic for Allegro datafiles
  122. # Toby Deshane <hac@shoelace.digivill.net>
  123. #
  124. 0 belong 0x736C6821   Allegro datafile (packed)
  125. 0 belong 0x736C682E   Allegro datafile (not packed/autodetect)
  126. 0 belong 0x736C682B   Allegro datafile (appended exe data)
  127.  
  128. #------------------------------------------------------------------------------
  129. # alliant:  file(1) magic for Alliant FX series a.out files
  130. #
  131. # If the FX series is the one that had a processor with a 68K-derived
  132. # instruction set, the "short" should probably become "beshort" and the
  133. # "long" should probably become "belong".
  134. # If it's the i860-based one, they should probably become either the
  135. # big-endian or little-endian versions, depending on the mode they ran
  136. # the 860 in....
  137. #
  138. 0    short        0420        0420 Alliant virtual executable
  139. >2    short        &0x0020        common library
  140. >16    long        >0        not stripped
  141. 0    short        0421        0421 Alliant compact executable
  142. >2    short        &0x0020        common library
  143. >16    long        >0        not stripped
  144. #------------------------------------------------------------------------------
  145. # alpha architecture description
  146. #
  147.  
  148. 0    leshort        0603        COFF format alpha
  149. >22    leshort&030000    !020000        executable
  150. >24    leshort        0410        pure
  151. >24    leshort        0413        paged
  152. >22    leshort&020000    !0        dynamically linked
  153. >16    lelong        !0        not stripped
  154. >16    lelong        0        stripped
  155. >22    leshort&030000    020000        shared library
  156. >24    leshort        0407        object
  157. >27    byte        x        - version %d
  158. >26    byte        x        .%d
  159. >28    byte        x        -%d
  160.  
  161. # Basic recognition of Digital UNIX core dumps - Mike Bremford <mike@opac.bl.uk>
  162. #
  163. # The actual magic number is just "Core", followed by a 2-byte version
  164. # number; however, treating any file that begins with "Core" as a Digital
  165. # UNIX core dump file may produce too many false hits, so we include one
  166. # byte of the version number as well; DU 5.0 appears only to be up to
  167. # version 2.
  168. #
  169. 0    string        Core\001    Alpha COFF format core dump (Digital UNIX)
  170. >24    string        >\0        \b, from '%s'
  171. 0    string        Core\002    Alpha COFF format core dump (Digital UNIX)
  172. >24    string        >\0        \b, from '%s'
  173.  
  174. #------------------------------------------------------------------------------
  175. # amanda:  file(1) magic for amanda file format
  176. #
  177. 0    string    AMANDA:\         AMANDA 
  178. >8    string    TAPESTART\ DATE        tape header file,
  179. >>23    string    X
  180. >>>25    string    >\             Unused %s
  181. >>23    string    >\             DATE %s
  182. >8    string    FILE\             dump file,
  183. >>13    string    >\             DATE %s
  184. #------------------------------------------------------------------------------
  185. # amigaos:  file(1) magic for AmigaOS binary formats:
  186.  
  187. #
  188. # From ignatios@cs.uni-bonn.de (Ignatios Souvatzis)
  189. #
  190. 0    belong        0x000003fa    AmigaOS shared library
  191. 0    belong        0x000003f3    AmigaOS loadseg()ble executable/binary
  192. 0    belong        0x000003e7    AmigaOS object/library data
  193. #
  194. 0    beshort        0xe310        Amiga Workbench
  195. >2    beshort        1        
  196. >>48    byte        1        disk icon
  197. >>48    byte        2        drawer icon
  198. >>48    byte        3        tool icon
  199. >>48    byte        4        project icon
  200. >>48    byte        5        garbage icon
  201. >>48    byte        6        device icon
  202. >>48    byte        7        kickstart icon
  203. >>48    byte        8        workbench application icon
  204. >2    beshort        >1        icon, vers. %d
  205. #
  206. # various sound formats from the Amiga
  207. # G=F6tz Waschk <waschk@informatik.uni-rostock.de>
  208. #
  209. 0    string        FC14        Future Composer 1.4 Module sound file
  210. 0    string        SMOD        Future Composer 1.3 Module sound file
  211. 0    string        AON4artofnoise    Art Of Noise Module sound file
  212. 1    string        MUGICIAN/SOFTEYES Mugician Module sound file
  213. 58    string        SIDMON\ II\ -\ THE    Sidmon 2.0 Module sound file
  214. 0    string        Synth4.0    Synthesis Module sound file
  215. 0    string        ARP.        The Holy Noise Module sound file
  216. 0    string        BeEp\0        JamCracker Module sound file
  217. 0    string        COSO\0        Hippel-COSO Module sound file
  218. # Too simple (short, pure ASCII, deep), MPi
  219. #26    string        V.3        Brian Postma's Soundmon Module sound file v3
  220. #26    string        BPSM        Brian Postma's Soundmon Module sound file v3
  221. #26    string        V.2        Brian Postma's Soundmon Module sound file v2
  222.  
  223. # The following are from: "Stefan A. Haubenthal" <polluks@web.de>
  224. 0    beshort        0x0f00        AmigaOS bitmap font
  225. 0    beshort        0x0f03        AmigaOS outline font
  226. 0    belong        0x80001001    AmigaOS outline tag
  227. 0    string        ##\ version    catalog translation
  228.  
  229. # Amiga disk types
  230. 0    string        RDSK        Rigid Disk Block
  231. >160    string        x        on %.24s
  232. 0    string        DOS\0        Amiga DOS disk
  233. 0    string        DOS\1        Amiga FFS disk
  234. 0    string        DOS\2        Amiga Inter DOS disk
  235. 0    string        DOS\3        Amiga Inter FFS disk
  236. 0    string        DOS\4        Amiga Fastdir DOS disk
  237. 0    string        DOS\5        Amiga Fastdir FFS disk
  238. 0    string        KICK        Kickstart disk
  239.  
  240. #------------------------------------------------------------------------------
  241. # animation:  file(1) magic for animation/movie formats
  242. #
  243. # animation formats
  244. # MPEG, FLI, DL originally from vax@ccwf.cc.utexas.edu (VaX#n8)
  245. # FLC, SGI, Apple originally from Daniel Quinlan (quinlan@yggdrasil.com)
  246.  
  247. # SGI and Apple formats
  248. 0    string        MOVI        Silicon Graphics movie file
  249. 4       string          moov            Apple QuickTime
  250. >12     string          mvhd            \b movie (fast start)
  251. >12     string          mdra            \b URL
  252. >12     string          cmov            \b movie (fast start, compressed header)
  253. >12     string          rmra            \b multiple URLs
  254. 4       string          mdat            Apple QuickTime movie (unoptimized)
  255. 4       string          wide            Apple QuickTime movie (unoptimized)
  256. 4       string          skip            Apple QuickTime movie (modified)
  257. 4       string          free            Apple QuickTime movie (modified)
  258. 4       string          idsc            Apple QuickTime image (fast start)
  259. 4       string          idat            Apple QuickTime image (unoptimized)
  260. 4       string          pckg            Apple QuickTime compressed archive
  261. 4    string/B    jP        JPEG 2000 image
  262. 4    string        ftyp        ISO Media
  263. >8    string        isom        \b, MPEG v4 system, version 1
  264. >8    string        iso2        \b, MPEG v4 system, part 12 revision
  265. >8    string        mp41        \b, MPEG v4 system, version 1
  266. >8    string        mp42        \b, MPEG v4 system, version 2
  267. >8    string        mp7t        \b, MPEG v4 system, MPEG v7 XML
  268. >8    string        mp7b        \b, MPEG v4 system, MPEG v7 binary XML
  269. >8    string/B    jp2        \b, JPEG 2000
  270. >8    string        3gp        \b, MPEG v4 system, 3GPP
  271. >>11    byte        4        \b v4 (H.263/AMR GSM 6.10)
  272. >>11    byte        5        \b v5 (H.263/AMR GSM 6.10)
  273. >>11    byte        6        \b v6 (ITU H.264/AMR GSM 6.10)
  274. >8    string        mmp4        \b, MPEG v4 system, 3GPP Mobile
  275. >8    string        avc1        \b, MPEG v4 system, 3GPP JVT AVC
  276. >8    string/B    M4A        \b, MPEG v4 system, iTunes AAC-LC
  277. >8    string/B    M4P        \b, MPEG v4 system, iTunes AES encrypted
  278. >8    string/B    M4B        \b, MPEG v4 system, iTunes bookmarked
  279. >8    string/B    qt        \b, Apple QuickTime movie
  280.  
  281. # MPEG sequences
  282. # Scans for all common MPEG header start codes
  283. 0        belong             0x00000001     JVT NAL sequence
  284. >4       byte&0x1F          0x07           \b, H.264 video
  285. >>5      byte               66             \b, baseline
  286. >>5      byte               77             \b, main
  287. >>5      byte               88             \b, extended
  288. >>7      byte               x              \b @ L %u
  289. 0        belong&0xFFFFFF00  0x00000100     MPEG sequence
  290. >3       byte               0xBA
  291. >>4      byte               &0x40          \b, v2, program multiplex
  292. >>4      byte               ^0x40          \b, v1, system multiplex
  293. >3       byte               0xBB           \b, v1/2, multiplex (missing pack header)
  294. >3       byte&0x1F          0x07           \b, H.264 video
  295. >>4      byte               66             \b, baseline
  296. >>4      byte               77             \b, main
  297. >>4      byte               88             \b, extended
  298. >>6      byte               x              \b @ L %u
  299. >3       byte               0xB0           \b, v4
  300. >>5      belong             0x000001B5
  301. >>>9     byte               &0x80
  302. >>>>10   byte&0xF0          16             \b, video
  303. >>>>10   byte&0xF0          32             \b, still texture
  304. >>>>10   byte&0xF0          48             \b, mesh
  305. >>>>10   byte&0xF0          64             \b, face
  306. >>>9     byte&0xF8          8              \b, video
  307. >>>9     byte&0xF8          16             \b, still texture
  308. >>>9     byte&0xF8          24             \b, mesh
  309. >>>9     byte&0xF8          32             \b, face
  310. >>4      byte               1              \b, simple @ L1
  311. >>4      byte               2              \b, simple @ L2
  312. >>4      byte               3              \b, simple @ L3
  313. >>4      byte               4              \b, simple @ L0
  314. >>4      byte               17             \b, simple scalable @ L1
  315. >>4      byte               18             \b, simple scalable @ L2
  316. >>4      byte               33             \b, core @ L1
  317. >>4      byte               34             \b, core @ L2
  318. >>4      byte               50             \b, main @ L2
  319. >>4      byte               51             \b, main @ L3
  320. >>4      byte               53             \b, main @ L4
  321. >>4      byte               66             \b, n-bit @ L2
  322. >>4      byte               81             \b, scalable texture @ L1
  323. >>4      byte               97             \b, simple face animation @ L1
  324. >>4      byte               98             \b, simple face animation @ L2
  325. >>4      byte               99             \b, simple face basic animation @ L1
  326. >>4      byte               100            \b, simple face basic animation @ L2
  327. >>4      byte               113            \b, basic animation text @ L1
  328. >>4      byte               114            \b, basic animation text @ L2
  329. >>4      byte               129            \b, hybrid @ L1
  330. >>4      byte               130            \b, hybrid @ L2
  331. >>4      byte               145            \b, advanced RT simple @ L!
  332. >>4      byte               146            \b, advanced RT simple @ L2
  333. >>4      byte               147            \b, advanced RT simple @ L3
  334. >>4      byte               148            \b, advanced RT simple @ L4
  335. >>4      byte               161            \b, core scalable @ L1
  336. >>4      byte               162            \b, core scalable @ L2
  337. >>4      byte               163            \b, core scalable @ L3
  338. >>4      byte               177            \b, advanced coding efficiency @ L1
  339. >>4      byte               178            \b, advanced coding efficiency @ L2
  340. >>4      byte               179            \b, advanced coding efficiency @ L3
  341. >>4      byte               180            \b, advanced coding efficiency @ L4
  342. >>4      byte               193            \b, advanced core @ L1
  343. >>4      byte               194            \b, advanced core @ L2
  344. >>4      byte               209            \b, advanced scalable texture @ L1
  345. >>4      byte               210            \b, advanced scalable texture @ L2
  346. >>4      byte               211            \b, advanced scalable texture @ L3
  347. >>4      byte               225            \b, simple studio @ L1
  348. >>4      byte               226            \b, simple studio @ L2
  349. >>4      byte               227            \b, simple studio @ L3
  350. >>4      byte               228            \b, simple studio @ L4
  351. >>4      byte               229            \b, core studio @ L1
  352. >>4      byte               230            \b, core studio @ L2
  353. >>4      byte               231            \b, core studio @ L3
  354. >>4      byte               232            \b, core studio @ L4
  355. >>4      byte               240            \b, advanced simple @ L0
  356. >>4      byte               241            \b, advanced simple @ L1
  357. >>4      byte               242            \b, advanced simple @ L2
  358. >>4      byte               243            \b, advanced simple @ L3
  359. >>4      byte               244            \b, advanced simple @ L4
  360. >>4      byte               245            \b, advanced simple @ L5
  361. >>4      byte               247            \b, advanced simple @ L3b
  362. >>4      byte               248            \b, FGS @ L0
  363. >>4      byte               249            \b, FGS @ L1
  364. >>4      byte               250            \b, FGS @ L2
  365. >>4      byte               251            \b, FGS @ L3
  366. >>4      byte               252            \b, FGS @ L4
  367. >>4      byte               253            \b, FGS @ L5
  368. >3       byte               0xB5           \b, v4
  369. >>4      byte               &0x80
  370. >>>5     byte&0xF0          16             \b, video (missing profile header)
  371. >>>5     byte&0xF0          32             \b, still texture (missing profile header)
  372. >>>5     byte&0xF0          48             \b, mesh (missing profile header)
  373. >>>5     byte&0xF0          64             \b, face (missing profile header)
  374. >>4      byte&0xF8          8              \b, video (missing profile header)
  375. >>4      byte&0xF8          16             \b, still texture (missing profile header)
  376. >>4      byte&0xF8          24             \b, mesh (missing profile header)
  377. >>4      byte&0xF8          32             \b, face (missing profile header)
  378. >3       byte               0xB3
  379. >>12     belong             0x000001B8     \b, v1, progressive Y'CbCr 4:2:0 video
  380. >>12     belong             0x000001B2     \b, v1, progressive Y'CbCr 4:2:0 video
  381. >>12     belong             0x000001B5     \b, v2,
  382. >>>16    byte&0x0F          1              \b HP
  383. >>>16    byte&0x0F          2              \b Spt
  384. >>>16    byte&0x0F          3              \b SNR
  385. >>>16    byte&0x0F          4              \b MP
  386. >>>16    byte&0x0F          5              \b SP
  387. >>>17    byte&0xF0          64             \b@HL
  388. >>>17    byte&0xF0          96             \b@H-14
  389. >>>17    byte&0xF0          128            \b@ML
  390. >>>17    byte&0xF0          160            \b@LL
  391. >>>17    byte               &0x08          \b progressive
  392. >>>17    byte               ^0x08          \b interlaced
  393. >>>17    byte&0x06          2              \b Y'CbCr 4:2:0 video
  394. >>>17    byte&0x06          4              \b Y'CbCr 4:2:2 video
  395. >>>17    byte&0x06          6              \b Y'CbCr 4:4:4 video
  396. >>11     byte               &0x02
  397. >>>75    byte               &0x01
  398. >>>>140  belong             0x000001B8     \b, v1, progressive Y'CbCr 4:2:0 video
  399. >>>>140  belong             0x000001B2     \b, v1, progressive Y'CbCr 4:2:0 video
  400. >>>>140  belong             0x000001B5     \b, v2,
  401. >>>>>144 byte&0x0F          1              \b HP
  402. >>>>>144 byte&0x0F          2              \b Spt
  403. >>>>>144 byte&0x0F          3              \b SNR
  404. >>>>>144 byte&0x0F          4              \b MP
  405. >>>>>144 byte&0x0F          5              \b SP
  406. >>>>>145 byte&0xF0          64             \b@HL
  407. >>>>>145 byte&0xF0          96             \b@H-14
  408. >>>>>145 byte&0xF0          128            \b@ML
  409. >>>>>145 byte&0xF0          160            \b@LL
  410. >>>>>145 byte               &0x08          \b progressive
  411. >>>>>145 byte               ^0x08          \b interlaced
  412. >>>>>145 byte&0x06          2              \b Y'CbCr 4:2:0 video
  413. >>>>>145 byte&0x06          4              \b Y'CbCr 4:2:2 video
  414. >>>>>145 byte&0x06          6              \b Y'CbCr 4:4:4 video
  415. >>76    belong             0x000001B8     \b, v1, progressive Y'CbCr 4:2:0 video
  416. >>76    belong             0x000001B2     \b, v1, progressive Y'CbCr 4:2:0 video
  417. >>76    belong             0x000001B5     \b, v2,
  418. >>>80   byte&0x0F          1              \b HP
  419. >>>80   byte&0x0F          2              \b Spt
  420. >>>80   byte&0x0F          3              \b SNR
  421. >>>80   byte&0x0F          4              \b MP
  422. >>>80   byte&0x0F          5              \b SP
  423. >>>81   byte&0xF0          64             \b@HL
  424. >>>81   byte&0xF0          96             \b@H-14
  425. >>>81   byte&0xF0          128            \b@ML
  426. >>>81   byte&0xF0          160            \b@LL
  427. >>>81   byte               &0x08          \b progressive
  428. >>>81   byte               ^0x08          \b interlaced
  429. >>>81   byte&0x06          2              \b Y'CbCr 4:2:0 video
  430. >>>81   byte&0x06          4              \b Y'CbCr 4:2:2 video
  431. >>>81   byte&0x06          6              \b Y'CbCr 4:4:4 video
  432. >>4      belong&0xFFFFFF00  0x78043800     \b, HD-TV 1920P
  433. >>>7     byte&0xF0          0x10           \b, 16:9
  434. >>4      belong&0xFFFFFF00  0x50002D00     \b, SD-TV 1280I
  435. >>>7     byte&0xF0          0x10           \b, 16:9
  436. >>4      belong&0xFFFFFF00  0x30024000     \b, PAL Capture
  437. >>>7     byte&0xF0          0x10           \b, 4:3
  438. >>4      beshort&0xFFF0     0x2C00         \b, 4CIF
  439. >>>5     beshort&0x0FFF     0x01E0         \b NTSC
  440. >>>5     beshort&0x0FFF     0x0240         \b PAL
  441. >>>7     byte&0xF0          0x20           \b, 4:3
  442. >>>7     byte&0xF0          0x30           \b, 16:9
  443. >>>7     byte&0xF0          0x40           \b, 11:5
  444. >>>7     byte&0xF0          0x80           \b, PAL 4:3
  445. >>>7     byte&0xF0          0xC0           \b, NTSC 4:3
  446. >>4      belong&0xFFFFFF00  0x2801E000     \b, LD-TV 640P
  447. >>>7     byte&0xF0          0x10           \b, 4:3
  448. >>4      belong&0xFFFFFF00  0x1400F000     \b, 320x240
  449. >>>7     byte&0xF0          0x10           \b, 4:3
  450. >>4      belong&0xFFFFFF00  0x0F00A000     \b, 240x160
  451. >>>7     byte&0xF0          0x10           \b, 4:3
  452. >>4      belong&0xFFFFFF00  0x0A007800     \b, 160x120
  453. >>>7     byte&0xF0          0x10           \b, 4:3
  454. >>4      beshort&0xFFF0     0x1600         \b, CIF
  455. >>>5     beshort&0x0FFF     0x00F0         \b NTSC
  456. >>>5     beshort&0x0FFF     0x0120         \b PAL
  457. >>>7     byte&0xF0          0x20           \b, 4:3
  458. >>>7     byte&0xF0          0x30           \b, 16:9
  459. >>>7     byte&0xF0          0x40           \b, 11:5
  460. >>>7     byte&0xF0          0x80           \b, PAL 4:3
  461. >>>7     byte&0xF0          0xC0           \b, NTSC 4:3
  462. >>>5     beshort&0x0FFF     0x0240         \b PAL 625
  463. >>>>7    byte&0xF0          0x20           \b, 4:3
  464. >>>>7    byte&0xF0          0x30           \b, 16:9
  465. >>>>7    byte&0xF0          0x40           \b, 11:5
  466. >>4      beshort&0xFFF0     0x2D00         \b, CCIR/ITU
  467. >>>5     beshort&0x0FFF     0x01E0         \b NTSC 525
  468. >>>5     beshort&0x0FFF     0x0240         \b PAL 625
  469. >>>7     byte&0xF0          0x20           \b, 4:3
  470. >>>7     byte&0xF0          0x30           \b, 16:9
  471. >>>7     byte&0xF0          0x40           \b, 11:5
  472. >>4      beshort&0xFFF0     0x1E00         \b, SVCD
  473. >>>5     beshort&0x0FFF     0x01E0         \b NTSC 525
  474. >>>5     beshort&0x0FFF     0x0240         \b PAL 625
  475. >>>7     byte&0xF0          0x20           \b, 4:3
  476. >>>7     byte&0xF0          0x30           \b, 16:9
  477. >>>7     byte&0xF0          0x40           \b, 11:5
  478. >>7      byte&0x0F          1              \b, 23.976 fps
  479. >>7      byte&0x0F          2              \b, 24 fps
  480. >>7      byte&0x0F          3              \b, 25 fps
  481. >>7      byte&0x0F          4              \b, 29.97 fps
  482. >>7      byte&0x0F          5              \b, 30 fps
  483. >>7      byte&0x0F          6              \b, 50 fps
  484. >>7      byte&0x0F          7              \b, 59.94 fps
  485. >>7      byte&0x0F          8              \b, 60 fps
  486. >>11     byte               &0x04          \b, Constrained
  487.  
  488. # MPEG ADTS Audio (*.mpx/mxa/aac)
  489. # from dreesen@math.fu-berlin.de
  490. # modified to fully support MPEG ADTS
  491.  
  492. # MP3, M1A
  493. 0       beshort&0xFFFE  0xFFFA         MPEG ADTS, layer III, v1
  494. # rates
  495. >2      byte&0xF0       0x10           \b,  32 kBits
  496. >2      byte&0xF0       0x20           \b,  40 kBits
  497. >2      byte&0xF0       0x30           \b,  48 kBits
  498. >2      byte&0xF0       0x40           \b,  56 kBits
  499. >2      byte&0xF0       0x50           \b,  64 kBits
  500. >2      byte&0xF0       0x60           \b,  80 kBits
  501. >2      byte&0xF0       0x70           \b,  96 kBits
  502. >2      byte&0xF0       0x80           \b, 112 kBits
  503. >2      byte&0xF0       0x90           \b, 128 kBits
  504. >2      byte&0xF0       0xA0           \b, 160 kBits
  505. >2      byte&0xF0       0xB0           \b, 192 kBits
  506. >2      byte&0xF0       0xC0           \b, 224 kBits
  507. >2      byte&0xF0       0xD0           \b, 256 kBits
  508. >2      byte&0xF0       0xE0           \b, 320 kBits
  509. # timing
  510. >2      byte&0x0C       0x00           \b, 44.1 kHz
  511. >2      byte&0x0C       0x04           \b, 48 kHz
  512. >2      byte&0x0C       0x08           \b, 32 kHz
  513. # channels/options
  514. >3      byte&0xC0       0x00           \b, Stereo
  515. >3      byte&0xC0       0x40           \b, JntStereo
  516. >3      byte&0xC0       0x80           \b, 2x Monaural
  517. >3      byte&0xC0       0xC0           \b, Monaural
  518. #>1     byte            ^0x01          \b, Data Verify
  519. #>2     byte            &0x02          \b, Packet Pad
  520. #>2     byte            &0x01          \b, Custom Flag
  521. #>3     byte            &0x08          \b, Copyrighted
  522. #>3     byte            &0x04          \b, Original Source
  523. #>3     byte&0x03       1              \b, NR: 50/15 ms
  524. #>3     byte&0x03       3              \b, NR: CCIT J.17
  525.  
  526. # MP2, M1A
  527. 0       beshort&0xFFFE  0xFFFC         MPEG ADTS, layer II, v1
  528. # rates
  529. >2      byte&0xF0       0x10           \b,  32 kBits
  530. >2      byte&0xF0       0x20           \b,  48 kBits
  531. >2      byte&0xF0       0x30           \b,  56 kBits
  532. >2      byte&0xF0       0x40           \b,  64 kBits
  533. >2      byte&0xF0       0x50           \b,  80 kBits
  534. >2      byte&0xF0       0x60           \b,  96 kBits
  535. >2      byte&0xF0       0x70           \b, 112 kBits
  536. >2      byte&0xF0       0x80           \b, 128 kBits
  537. >2      byte&0xF0       0x90           \b, 160 kBits
  538. >2      byte&0xF0       0xA0           \b, 192 kBits
  539. >2      byte&0xF0       0xB0           \b, 224 kBits
  540. >2      byte&0xF0       0xC0           \b, 256 kBits
  541. >2      byte&0xF0       0xD0           \b, 320 kBits
  542. >2      byte&0xF0       0xE0           \b, 384 kBits
  543. # timing
  544. >2      byte&0x0C       0x00           \b, 44.1 kHz
  545. >2      byte&0x0C       0x04           \b, 48 kHz
  546. >2      byte&0x0C       0x08           \b, 32 kHz
  547. # channels/options
  548. >3      byte&0xC0       0x00           \b, Stereo
  549. >3      byte&0xC0       0x40           \b, JntStereo
  550. >3      byte&0xC0       0x80           \b, 2x Monaural
  551. >3      byte&0xC0       0xC0           \b, Monaural
  552. #>1     byte            ^0x01          \b, Data Verify
  553. #>2     byte            &0x02          \b, Packet Pad
  554. #>2     byte            &0x01          \b, Custom Flag
  555. #>3     byte            &0x08          \b, Copyrighted
  556. #>3     byte            &0x04          \b, Original Source
  557. #>3     byte&0x03       1              \b, NR: 50/15 ms
  558. #>3     byte&0x03       3              \b, NR: CCIT J.17
  559.  
  560. # MPA, M1A
  561. 0       beshort&0xFFFE  0xFFFE         MPEG ADTS, layer I, v1
  562. # rate
  563. >2      byte&0xF0       0x10           \b,  32 kBits
  564. >2      byte&0xF0       0x20           \b,  64 kBits
  565. >2      byte&0xF0       0x30           \b,  96 kBits
  566. >2      byte&0xF0       0x40           \b, 128 kBits
  567. >2      byte&0xF0       0x50           \b, 160 kBits
  568. >2      byte&0xF0       0x60           \b, 192 kBits
  569. >2      byte&0xF0       0x70           \b, 224 kBits
  570. >2      byte&0xF0       0x80           \b, 256 kBits
  571. >2      byte&0xF0       0x90           \b, 288 kBits
  572. >2      byte&0xF0       0xA0           \b, 320 kBits
  573. >2      byte&0xF0       0xB0           \b, 352 kBits
  574. >2      byte&0xF0       0xC0           \b, 384 kBits
  575. >2      byte&0xF0       0xD0           \b, 416 kBits
  576. >2      byte&0xF0       0xE0           \b, 448 kBits
  577. # timing
  578. >2      byte&0x0C       0x00           \b, 44.1 kHz
  579. >2      byte&0x0C       0x04           \b, 48 kHz
  580. >2      byte&0x0C       0x08           \b, 32 kHz
  581. # channels/options
  582. >3      byte&0xC0       0x00           \b, Stereo
  583. >3      byte&0xC0       0x40           \b, JntStereo
  584. >3      byte&0xC0       0x80           \b, 2x Monaural
  585. >3      byte&0xC0       0xC0           \b, Monaural
  586. #>1     byte            ^0x01          \b, Data Verify
  587. #>2     byte            &0x02          \b, Packet Pad
  588. #>2     byte            &0x01          \b, Custom Flag
  589. #>3     byte            &0x08          \b, Copyrighted
  590. #>3     byte            &0x04          \b, Original Source
  591. #>3     byte&0x03       1              \b, NR: 50/15 ms
  592. #>3     byte&0x03       3              \b, NR: CCIT J.17
  593.  
  594. # MP3, M2A
  595. 0       beshort&0xFFFE  0xFFF2         MPEG ADTS, layer III, v2
  596. # rate
  597. >2      byte&0xF0       0x10           \b,   8 kBits
  598. >2      byte&0xF0       0x20           \b,  16 kBits
  599. >2      byte&0xF0       0x30           \b,  24 kBits
  600. >2      byte&0xF0       0x40           \b,  32 kBits
  601. >2      byte&0xF0       0x50           \b,  40 kBits
  602. >2      byte&0xF0       0x60           \b,  48 kBits
  603. >2      byte&0xF0       0x70           \b,  56 kBits
  604. >2      byte&0xF0       0x80           \b,  64 kBits
  605. >2      byte&0xF0       0x90           \b,  80 kBits
  606. >2      byte&0xF0       0xA0           \b,  96 kBits
  607. >2      byte&0xF0       0xB0           \b, 112 kBits
  608. >2      byte&0xF0       0xC0           \b, 128 kBits
  609. >2      byte&0xF0       0xD0           \b, 144 kBits
  610. >2      byte&0xF0       0xE0           \b, 160 kBits
  611. # timing
  612. >2      byte&0x0C       0x00           \b, 22.05 kHz
  613. >2      byte&0x0C       0x04           \b, 24 kHz
  614. >2      byte&0x0C       0x08           \b, 16 kHz
  615. # channels/options
  616. >3      byte&0xC0       0x00           \b, Stereo
  617. >3      byte&0xC0       0x40           \b, JntStereo
  618. >3      byte&0xC0       0x80           \b, 2x Monaural
  619. >3      byte&0xC0       0xC0           \b, Monaural
  620. #>1     byte            ^0x01          \b, Data Verify
  621. #>2     byte            &0x02          \b, Packet Pad
  622. #>2     byte            &0x01          \b, Custom Flag
  623. #>3     byte            &0x08          \b, Copyrighted
  624. #>3     byte            &0x04          \b, Original Source
  625. #>3     byte&0x03       1              \b, NR: 50/15 ms
  626. #>3     byte&0x03       3              \b, NR: CCIT J.17
  627.  
  628. # MP2, M2A
  629. 0       beshort&0xFFFE  0xFFF4         MPEG ADTS, layer II, v2
  630. # rate 
  631. >2      byte&0xF0       0x10           \b,   8 kBits
  632. >2      byte&0xF0       0x20           \b,  16 kBits 
  633. >2      byte&0xF0       0x30           \b,  24 kBits
  634. >2      byte&0xF0       0x40           \b,  32 kBits
  635. >2      byte&0xF0       0x50           \b,  40 kBits
  636. >2      byte&0xF0       0x60           \b,  48 kBits
  637. >2      byte&0xF0       0x70           \b,  56 kBits
  638. >2      byte&0xF0       0x80           \b,  64 kBits
  639. >2      byte&0xF0       0x90           \b,  80 kBits
  640. >2      byte&0xF0       0xA0           \b,  96 kBits
  641. >2      byte&0xF0       0xB0           \b, 112 kBits
  642. >2      byte&0xF0       0xC0           \b, 128 kBits
  643. >2      byte&0xF0       0xD0           \b, 144 kBits
  644. >2      byte&0xF0       0xE0           \b, 160 kBits
  645. # timing
  646. >2      byte&0x0C       0x00           \b, 22.05 kHz
  647. >2      byte&0x0C       0x04           \b, 24 kHz
  648. >2      byte&0x0C       0x08           \b, 16 kHz
  649. # channels/options
  650. >3      byte&0xC0       0x00           \b, Stereo
  651. >3      byte&0xC0       0x40           \b, JntStereo
  652. >3      byte&0xC0       0x80           \b, 2x Monaural
  653. >3      byte&0xC0       0xC0           \b, Monaural
  654. #>1     byte            ^0x01          \b, Data Verify
  655. #>2     byte            &0x02          \b, Packet Pad
  656. #>2     byte            &0x01          \b, Custom Flag
  657. #>3     byte            &0x08          \b, Copyrighted
  658. #>3     byte            &0x04          \b, Original Source
  659. #>3     byte&0x03       1              \b, NR: 50/15 ms
  660. #>3     byte&0x03       3              \b, NR: CCIT J.17
  661.  
  662. # MPA, M2A
  663. 0       beshort&0xFFFE  0xFFF6         MPEG ADTS, layer I, v2
  664. # rate
  665. >2      byte&0xF0       0x10           \b,  32 kBits
  666. >2      byte&0xF0       0x20           \b,  48 kBits
  667. >2      byte&0xF0       0x30           \b,  56 kBits
  668. >2      byte&0xF0       0x40           \b,  64 kBits
  669. >2      byte&0xF0       0x50           \b,  80 kBits
  670. >2      byte&0xF0       0x60           \b,  96 kBits
  671. >2      byte&0xF0       0x70           \b, 112 kBits
  672. >2      byte&0xF0       0x80           \b, 128 kBits
  673. >2      byte&0xF0       0x90           \b, 144 kBits
  674. >2      byte&0xF0       0xA0           \b, 160 kBits
  675. >2      byte&0xF0       0xB0           \b, 176 kBits
  676. >2      byte&0xF0       0xC0           \b, 192 kBits
  677. >2      byte&0xF0       0xD0           \b, 224 kBits
  678. >2      byte&0xF0       0xE0           \b, 256 kBits
  679. # timing
  680. >2      byte&0x0C       0x00           \b, 22.05 kHz
  681. >2      byte&0x0C       0x04           \b, 24 kHz
  682. >2      byte&0x0C       0x08           \b, 16 kHz
  683. # channels/options
  684. >3      byte&0xC0       0x00           \b, Stereo
  685. >3      byte&0xC0       0x40           \b, JntStereo
  686. >3      byte&0xC0       0x80           \b, 2x Monaural
  687. >3      byte&0xC0       0xC0           \b, Monaural
  688. #>1     byte            ^0x01          \b, Data Verify
  689. #>2     byte            &0x02          \b, Packet Pad
  690. #>2     byte            &0x01          \b, Custom Flag
  691. #>3     byte            &0x08          \b, Copyrighted
  692. #>3     byte            &0x04          \b, Original Source
  693. #>3     byte&0x03       1              \b, NR: 50/15 ms
  694. #>3     byte&0x03       3              \b, NR: CCIT J.17
  695.  
  696. # MP3, M25A
  697. 0       beshort&0xFFFE  0xFFE2         MPEG ADTS, layer III,  v2.5
  698. # rate  
  699. >2      byte&0xF0       0x10           \b,   8 kBits
  700. >2      byte&0xF0       0x20           \b,  16 kBits
  701. >2      byte&0xF0       0x30           \b,  24 kBits
  702. >2      byte&0xF0       0x40           \b,  32 kBits
  703. >2      byte&0xF0       0x50           \b,  40 kBits
  704. >2      byte&0xF0       0x60           \b,  48 kBits
  705. >2      byte&0xF0       0x70           \b,  56 kBits
  706. >2      byte&0xF0       0x80           \b,  64 kBits
  707. >2      byte&0xF0       0x90           \b,  80 kBits
  708. >2      byte&0xF0       0xA0           \b,  96 kBits
  709. >2      byte&0xF0       0xB0           \b, 112 kBits
  710. >2      byte&0xF0       0xC0           \b, 128 kBits
  711. >2      byte&0xF0       0xD0           \b, 144 kBits
  712. >2      byte&0xF0       0xE0           \b, 160 kBits
  713. # timing
  714. >2      byte&0x0C       0x00           \b, 11.025 kHz
  715. >2      byte&0x0C       0x04           \b, 12 kHz
  716. >2      byte&0x0C       0x08           \b, 8 kHz
  717. # channels/options
  718. >3      byte&0xC0       0x00           \b, Stereo
  719. >3      byte&0xC0       0x40           \b, JntStereo
  720. >3      byte&0xC0       0x80           \b, 2x Monaural
  721. >3      byte&0xC0       0xC0           \b, Monaural
  722. #>1     byte            ^0x01          \b, Data Verify
  723. #>2     byte            &0x02          \b, Packet Pad
  724. #>2     byte            &0x01          \b, Custom Flag
  725. #>3     byte            &0x08          \b, Copyrighted
  726. #>3     byte            &0x04          \b, Original Source
  727. #>3     byte&0x03       1              \b, NR: 50/15 ms
  728. #>3     byte&0x03       3              \b, NR: CCIT J.17
  729.  
  730. # AAC (aka MPEG-2 NBC audio) and MPEG-4 audio
  731.  
  732. # Stored AAC streams (instead of the MP4 format)
  733. 0       string          ADIF           MPEG ADIF, AAC
  734. >4      byte            &0x80
  735. >>13    byte            &0x10          \b, VBR
  736. >>13    byte            ^0x10          \b, CBR
  737. >>16    byte&0x1E       0x02           \b, single stream
  738. >>16    byte&0x1E       0x04           \b, 2 streams
  739. >>16    byte&0x1E       0x06           \b, 3 streams
  740. >>16    byte            &0x08          \b, 4 or more streams
  741. >>16    byte            &0x10          \b, 8 or more streams
  742. >>4    byte            &0x80          \b, Copyrighted
  743. >>13   byte            &0x40          \b, Original Source
  744. >>13   byte            &0x20          \b, Home Flag
  745. >4      byte            ^0x80
  746. >>4     byte            &0x10          \b, VBR
  747. >>4     byte            ^0x10          \b, CBR
  748. >>7     byte&0x1E       0x02           \b, single stream
  749. >>7     byte&0x1E       0x04           \b, 2 streams
  750. >>7     byte&0x1E       0x06           \b, 3 streams
  751. >>7     byte            &0x08          \b, 4 or more streams
  752. >>7     byte            &0x10          \b, 8 or more streams
  753. >>4    byte            &0x40          \b, Original Stream(s)
  754. >>4    byte            &0x20          \b, Home Source
  755.  
  756. # Live or stored single AAC stream (used with MPEG-2 systems)
  757. 0       beshort&0xFFF6  0xFFF0         MPEG ADTS, AAC
  758. >1      byte            &0x08          \b, v2
  759. >1      byte            ^0x08          \b, v4
  760. # profile
  761. >>2     byte            &0xC0          \b LTP
  762. >2      byte&0xc0       0x00           \b Main
  763. >2      byte&0xc0       0x40           \b LC
  764. >2      byte&0xc0       0x80           \b SSR
  765. # timing
  766. >2      byte&0x3c       0x00           \b, 96 kHz
  767. >2      byte&0x3c       0x04           \b, 88.2 kHz
  768. >2      byte&0x3c       0x08           \b, 64 kHz
  769. >2      byte&0x3c       0x0c           \b, 48 kHz
  770. >2      byte&0x3c       0x10           \b, 44.1 kHz
  771. >2      byte&0x3c       0x14           \b, 32 kHz
  772. >2      byte&0x3c       0x18           \b, 24 kHz
  773. >2      byte&0x3c       0x1c           \b, 22.05 kHz
  774. >2      byte&0x3c       0x20           \b, 16 kHz
  775. >2      byte&0x3c       0x24           \b, 12 kHz
  776. >2      byte&0x3c       0x28           \b, 11.025 kHz
  777. >2      byte&0x3c       0x2c           \b, 8 kHz
  778. # channels
  779. >2      beshort&0x01c0  0x0040         \b, monaural
  780. >2      beshort&0x01c0  0x0080         \b, stereo
  781. >2      beshort&0x01c0  0x00c0         \b, stereo + center
  782. >2      beshort&0x01c0  0x0100         \b, stereo+center+LFE
  783. >2      beshort&0x01c0  0x0140         \b, surround
  784. >2      beshort&0x01c0  0x0180         \b, surround + LFE
  785. >2      beshort         &0x01C0        \b, surround + side
  786. #>1     byte            ^0x01           \b, Data Verify
  787. #>2     byte            &0x02           \b, Custom Flag
  788. #>3     byte            &0x20           \b, Original Stream
  789. #>3     byte            &0x10           \b, Home Source
  790. #>3     byte            &0x08           \b, Copyrighted
  791.  
  792. # Live MPEG-4 audio streams (instead of RTP FlexMux)
  793. 0       beshort&0xFFE0  0x56E0         MPEG-4 LOAS
  794. #>1     beshort&0x1FFF  x              \b, %u byte packet
  795. >3      byte&0xE0       0x40
  796. >>4     byte&0x3C       0x04           \b, single stream
  797. >>4     byte&0x3C       0x08           \b, 2 streams
  798. >>4     byte&0x3C       0x0C           \b, 3 streams
  799. >>4     byte            &0x08          \b, 4 or more streams
  800. >>4     byte            &0x20          \b, 8 or more streams
  801. >3      byte&0xC0       0
  802. >>4     byte&0x78       0x08           \b, single stream
  803. >>4     byte&0x78       0x10           \b, 2 streams
  804. >>4     byte&0x78       0x18           \b, 3 streams
  805. >>4     byte            &0x20          \b, 4 or more streams
  806. >>4     byte            &0x40          \b, 8 or more streams
  807. 0       beshort         0x4DE1         MPEG-4 LO-EP audio stream
  808.  
  809. # FLI animation format
  810. 4    leshort        0xAF11            FLI file
  811. >6    leshort        x            - %d frames,
  812. >8    leshort        x            width=%d pixels,
  813. >10    leshort        x            height=%d pixels,
  814. >12    leshort        x            depth=%d,
  815. >16    leshort        x            ticks/frame=%d
  816. # FLC animation format
  817. 4    leshort        0xAF12            FLC file
  818. >6    leshort        x            - %d frames
  819. >8    leshort        x            width=%d pixels,
  820. >10    leshort        x            height=%d pixels,
  821. >12    leshort        x            depth=%d,
  822. >16    leshort        x            ticks/frame=%d
  823.  
  824. # DL animation format
  825. # XXX - collision with most `mips' magic
  826. #
  827. # I couldn't find a real magic number for these, however, this
  828. # -appears- to work.  Note that it might catch other files, too, so be
  829. # careful!
  830. #
  831. # Note that title and author appear in the two 20-byte chunks
  832. # at decimal offsets 2 and 22, respectively, but they are XOR'ed with
  833. # 255 (hex FF)!  The DL format is really bad.
  834. #
  835. #0    byte    1    DL version 1, medium format (160x100, 4 images/screen)
  836. #>42    byte    x    - %d screens,
  837. #>43    byte    x    %d commands
  838. #0    byte    2    DL version 2
  839. #>1    byte    1    - large format (320x200,1 image/screen),
  840. #>1    byte    2    - medium format (160x100,4 images/screen),
  841. #>1    byte    >2    - unknown format,
  842. #>42    byte    x    %d screens,
  843. #>43    byte    x    %d commands
  844. # Based on empirical evidence, DL version 3 have several nulls following the
  845. # \003.  Most of them start with non-null values at hex offset 0x34 or so.
  846. #0    string    \3\0\0\0\0\0\0\0\0\0\0\0    DL version 3
  847.  
  848. # iso 13818 transport stream
  849. #
  850. # from Oskar Schirmer <schirmer@scara.com> Feb 3, 2001 (ISO 13818.1)
  851. # (the following is a little bit restrictive and works fine for a stream
  852. #  that starts with PAT properly. it won't work for stream data, that is
  853. #  cut from an input device data right in the middle, but this shouldn't
  854. #  disturb)
  855. # syncbyte      8 bit    0x47
  856. # error_ind     1 bit    -
  857. # payload_start 1 bit    1
  858. # priority      1 bit    -
  859. # PID          13 bit    0x0000
  860. # scrambling    2 bit    -
  861. # adaptfld_ctrl 2 bit    1 or 3
  862. # conti_count   4 bit    0
  863. 0    belong&0xFF5FFF1F    0x47400010    MPEG transport stream data
  864. >188    byte            !0x47        CORRUPTED
  865.  
  866. # DIF digital video file format <mpruett@sgi.com>
  867. 0    belong&0xffffff00    0x1f070000      DIF
  868. >4    byte            &0x01        (DVCPRO) movie file
  869. >4    byte            ^0x01        (DV) movie file
  870. >3    byte            &0x80        (PAL)
  871. >3    byte            ^0x80        (NTSC)
  872.  
  873. # Microsoft Advanced Streaming Format (ASF) <mpruett@sgi.com>
  874. 0    belong            0x3026b275    Microsoft ASF
  875.  
  876. # MNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
  877. 0    string            \x8aMNG        MNG video data,
  878. >4    belong            !0x0d0a1a0a    CORRUPTED,
  879. >4    belong            0x0d0a1a0a
  880. >>16    belong    x                %ld x
  881. >>20    belong    x                %ld
  882.  
  883. # JNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
  884. 0    string            \x8bJNG        JNG video data,
  885. >4    belong            !0x0d0a1a0a    CORRUPTED,
  886. >4    belong            0x0d0a1a0a
  887. >>16    belong    x                %ld x
  888. >>20    belong    x                %ld
  889.  
  890. # Vivo video (Wolfram Kleff)
  891. 3    string        \x0D\x0AVersion:Vivo    Vivo video data
  892.  
  893. # VRML (Virtual Reality Modelling Language)
  894. 0       string/b        #VRML\ V1.0\ ascii    VRML 1 file
  895. 0    string/b    #VRML\ V2.0\ utf8    ISO/IEC 14772 VRML 97 file
  896.  
  897. #---------------------------------------------------------------------------
  898. # HVQM4: compressed movie format designed by Hudson for Nintendo GameCube
  899. # From Mark Sheppard <msheppard@climax.co.uk>, 2002-10-03
  900. #
  901. 0    string        HVQM4        %s
  902. >6    string        >\0        v%s
  903. >0    byte        x        GameCube movie,
  904. >0x34    ubeshort    x        %d x
  905. >0x36    ubeshort    x        %d,
  906. >0x26    ubeshort    x        %d┬╡s,
  907. >0x42    ubeshort    0        no audio
  908. >0x42    ubeshort    >0        %dHz audio
  909.  
  910. # From: "Stefan A. Haubenthal" <polluks@web.de>
  911. 0    string        DVDVIDEO-VTS    Video title set,
  912. >0x21    byte        x        v%x
  913. 0    string        DVDVIDEO-VMG    Video manager,
  914. >0x21    byte        x        v%x
  915.  
  916. #------------------------------------------------------------------------------
  917. # apl:  file(1) magic for APL (see also "pdp" and "vax" for other APL
  918. #       workspaces)
  919. #
  920. 0    long        0100554        APL workspace (Ken's original?)
  921.  
  922. #------------------------------------------------------------------------------
  923. # apple:  file(1) magic for Apple file formats
  924. #
  925. 0    string        FiLeStArTfIlEsTaRt    binscii (apple ][) text
  926. 0    string        \x0aGL            Binary II (apple ][) data
  927. 0    string        \x76\xff        Squeezed (apple ][) data
  928. 0    string        NuFile            NuFile archive (apple ][) data
  929. 0    string        N\xf5F\xe9l\xe5        NuFile archive (apple ][) data
  930. 0    belong        0x00051600        AppleSingle encoded Macintosh file
  931. 0    belong        0x00051607        AppleDouble encoded Macintosh file
  932.  
  933. # magic for Newton PDA package formats
  934. # from Ruda Moura <ruda@helllabs.org>
  935. 0    string    package0    Newton package, NOS 1.x,
  936. >12    belong    &0x80000000    AutoRemove,
  937. >12    belong    &0x40000000    CopyProtect,
  938. >12    belong    &0x10000000    NoCompression,
  939. >12    belong    &0x04000000    Relocation,
  940. >12    belong    &0x02000000    UseFasterCompression,
  941. >16    belong    x        version %d
  942.  
  943. 0    string    package1    Newton package, NOS 2.x,
  944. >12    belong    &0x80000000    AutoRemove,
  945. >12    belong    &0x40000000    CopyProtect,
  946. >12    belong    &0x10000000    NoCompression,
  947. >12    belong    &0x04000000    Relocation,
  948. >12    belong    &0x02000000    UseFasterCompression,
  949. >16    belong    x        version %d
  950.  
  951. 0    string    package4    Newton package,
  952. >8    byte    8        NOS 1.x,
  953. >8    byte    9        NOS 2.x,
  954. >12    belong    &0x80000000    AutoRemove,
  955. >12    belong    &0x40000000    CopyProtect,
  956. >12    belong    &0x10000000    NoCompression,
  957.  
  958. # The following entries for the Apple II are for files that have
  959. # been transferred as raw binary data from an Apple, without having
  960. # been encapsulated by any of the above archivers.
  961. #
  962. # In general, Apple II formats are hard to identify because Apple DOS
  963. # and especially Apple ProDOS have strong typing in the file system and
  964. # therefore programmers never felt much need to include type information
  965. # in the files themselves.
  966. #
  967. # Eric Fischer <enf@pobox.com>
  968.  
  969. # AppleWorks word processor:
  970. #
  971. # This matches the standard tab stops for an AppleWorks file, but if
  972. # a file has a tab stop set in the first four columns this will fail.
  973. #
  974. # The "O" is really the magic number, but that's so common that it's
  975. # necessary to check the tab stops that follow it to avoid false positives.
  976.  
  977. 4       string          O====   AppleWorks word processor data
  978. >85     byte&0x01       >0      \b, zoomed
  979. >90     byte&0x01       >0      \b, paginated
  980. >92     byte&0x01       >0      \b, with mail merge
  981. #>91    byte            x       \b, left margin %d
  982.  
  983. # AppleWorks database:
  984. #
  985. # This isn't really a magic number, but it's the closest thing to one
  986. # that I could find.  The 1 and 2 really mean "order in which you defined
  987. # categories" and "left to right, top to bottom," respectively; the D and R
  988. # mean that the cursor should move either down or right when you press Return.
  989.  
  990. #30    string        \x01D    AppleWorks database data
  991. #30    string        \x02D    AppleWorks database data
  992. #30    string        \x01R    AppleWorks database data
  993. #30    string        \x02R    AppleWorks database data
  994.  
  995. # AppleWorks spreadsheet:
  996. #
  997. # Likewise, this isn't really meant as a magic number.  The R or C means
  998. # row- or column-order recalculation; the A or M means automatic or manual
  999. # recalculation.
  1000.  
  1001. #131    string        RA    AppleWorks spreadsheet data
  1002. #131    string        RM    AppleWorks spreadsheet data
  1003. #131    string        CA    AppleWorks spreadsheet data
  1004. #131    string        CM    AppleWorks spreadsheet data
  1005.  
  1006. # Applesoft BASIC:
  1007. #
  1008. # This is incredibly sloppy, but will be true if the program was
  1009. # written at its usual memory location of 2048 and its first line
  1010. # number is less than 256.  Yuck.
  1011.  
  1012. 0       belong&0xff00ff 0x80000 Applesoft BASIC program data
  1013. #>2     leshort         x       \b, first line number %d
  1014.  
  1015. # ORCA/EZ assembler:
  1016. # This will not identify ORCA/M source files, since those have
  1017. # some sort of date code instead of the two zero bytes at 6 and 7
  1018. # XXX Conflicts with ELF
  1019. #4       belong&0xff00ffff       0x01000000      ORCA/EZ assembler source data
  1020. #>5      byte                    x               \b, build number %d
  1021.  
  1022. # Broderbund Fantavision
  1023. #
  1024. # I don't know what these values really mean, but they seem to recur.
  1025. # Will they cause too many conflicts?
  1026.  
  1027. # Probably :-)
  1028. #2    belong&0xFF00FF        0x040008    Fantavision movie data
  1029.  
  1030. # Some attempts at images.
  1031. #
  1032. # These are actually just bit-for-bit dumps of the frame buffer, so
  1033. # there's really no reasonably way to distinguish them except for their
  1034. # address (if preserved) -- 8192 or 16384 -- and their length -- 8192
  1035. # or, occasionally, 8184.
  1036. #
  1037. # Nevertheless this will manage to catch a lot of images that happen
  1038. # to have a solid-colored line at the bottom of the screen.
  1039.  
  1040. 8144    string    \x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F    Apple II image with white background
  1041. 8144    string    \x55\x2A\x55\x2A\x55\x2A\x55\x2A    Apple II image with purple background
  1042. 8144    string    \x2A\x55\x2A\x55\x2A\x55\x2A\x55    Apple II image with green background
  1043. 8144    string    \xD5\xAA\xD5\xAA\xD5\xAA\xD5\xAA    Apple II image with blue background
  1044. 8144    string    \xAA\xD5\xAA\xD5\xAA\xD5\xAA\xD5    Apple II image with orange background
  1045.  
  1046. # Beagle Bros. Apple Mechanic fonts
  1047.  
  1048. 0    belong&0xFF00FFFF    0x6400D000    Apple Mechanic font
  1049.  
  1050. # Apple Universal Disk Image Format (UDIF) - dmg files.
  1051. # From Johan Gade.
  1052. # These entries are disabled for now until we fix the following issues.
  1053. #
  1054. # Note there might be some problems with the "VAX COFF executable" 
  1055. # entry. Note this entry should be placed before the mac filesystem section, 
  1056. # particularly the "Apple Partition data" entry.
  1057. #
  1058. # The intended meaning of these tests is, that the file is only of the 
  1059. # specified type if both of the lines are correct - i.e. if the first
  1060. # line matches and the second doesn't then it is not of that type.
  1061. #
  1062. #0    long    0x7801730d
  1063. #>4    long    0x62626060    UDIF read-only zlib-compressed image (UDZO)
  1064. #
  1065. # Note that this entry is recognized correctly by the "Apple Partition 
  1066. # data" entry - however since this entry is more specific - this
  1067. # information seems to be more useful.
  1068. #0    long    0x45520200
  1069. #>0x410    string    disk\ image    UDIF read/write image (UDRW)
  1070.  
  1071. #------------------------------------------------------------------------------
  1072. # applix:  file(1) magic for Applixware
  1073. # From: Peter Soos <sp@osb.hu>
  1074. #
  1075. 0    string        *BEGIN        Applixware
  1076. >7    string        WORDS            Words Document
  1077. >7    string        GRAPHICS        Graphic
  1078. >7    string        RASTER            Bitmap
  1079. >7    string        SPREADSHEETS        Spreadsheet
  1080. >7    string        MACRO            Macro
  1081. >7    string        BUILDER            Builder Object
  1082.  
  1083. #------------------------------------------------------------------------------
  1084. # archive:  file(1) magic for archive formats (see also "msdos" for self-
  1085. #           extracting compressed archives)
  1086. #
  1087. # cpio, ar, arc, arj, hpack, lha/lharc, rar, squish, uc2, zip, zoo, etc.
  1088. # pre-POSIX "tar" archives are handled in the C code.
  1089.  
  1090. # POSIX tar archives
  1091. 257    string        ustar\0        POSIX tar archive
  1092. 257    string        ustar\040\040\0    GNU tar archive
  1093.  
  1094. # cpio archives
  1095. #
  1096. # Yes, the top two "cpio archive" formats *are* supposed to just be "short".
  1097. # The idea is to indicate archives produced on machines with the same
  1098. # byte order as the machine running "file" with "cpio archive", and
  1099. # to indicate archives produced on machines with the opposite byte order
  1100. # from the machine running "file" with "byte-swapped cpio archive".
  1101. #
  1102. # The SVR4 "cpio(4)" hints that there are additional formats, but they
  1103. # are defined as "short"s; I think all the new formats are
  1104. # character-header formats and thus are strings, not numbers.
  1105. 0    short        070707        cpio archive
  1106. 0    short        0143561        byte-swapped cpio archive
  1107. 0    string        070707        ASCII cpio archive (pre-SVR4 or odc)
  1108. 0    string        070701        ASCII cpio archive (SVR4 with no CRC)
  1109. 0    string        070702        ASCII cpio archive (SVR4 with CRC)
  1110.  
  1111. # Debian package (needs to go before regular portable archives)
  1112. #
  1113. 0    string        !<arch>\ndebian
  1114. >8    string        debian-split    part of multipart Debian package
  1115. >8    string        debian-binary    Debian binary package
  1116. >68    string        >\0        (format %s)
  1117. >81    string        bz2        \b, uses bzip2 compression
  1118. >84    string        gz        \b, uses gzip compression
  1119. #>136    ledate        x        created: %s
  1120.  
  1121. # other archives
  1122. 0    long        0177555        very old archive
  1123. 0    short        0177555        very old PDP-11 archive
  1124. 0    long        0177545        old archive
  1125. 0    short        0177545        old PDP-11 archive
  1126. 0    long        0100554        apl workspace
  1127. 0    string        =<ar>        archive
  1128.  
  1129. # MIPS archive (needs to go before regular portable archives)
  1130. #
  1131. 0    string    !<arch>\n__________E    MIPS archive
  1132. >20    string    U            with MIPS Ucode members
  1133. >21    string    L            with MIPSEL members
  1134. >21    string    B            with MIPSEB members
  1135. >19    string    L            and an EL hash table
  1136. >19    string    B            and an EB hash table
  1137. >22    string    X            -- out of date
  1138.  
  1139. 0    string        -h-        Software Tools format archive text
  1140.  
  1141. #
  1142. # XXX - why are there multiple <ar> thingies?  Note that 0x213c6172 is
  1143. # "!<ar", so, for new-style (4.xBSD/SVR2andup) archives, we have:
  1144. #
  1145. # 0    string        !<arch>        current ar archive
  1146. # 0    long        0x213c6172    archive file
  1147. #
  1148. # and for SVR1 archives, we have:
  1149. #
  1150. # 0    string        \<ar>        System V Release 1 ar archive
  1151. # 0    string        =<ar>        archive
  1152. #
  1153. # XXX - did Aegis really store shared libraries, breakpointed modules,
  1154. # and absolute code program modules in the same format as new-style
  1155. # "ar" archives?
  1156. #
  1157. 0    string        !<arch>        current ar archive
  1158. >8    string        __.SYMDEF    random library
  1159. >0    belong        =65538        - pre SR9.5
  1160. >0    belong        =65539        - post SR9.5
  1161. >0    beshort        2        - object archive
  1162. >0    beshort        3        - shared library module
  1163. >0    beshort        4        - debug break-pointed module
  1164. >0    beshort        5        - absolute code program module
  1165. 0    string        \<ar>        System V Release 1 ar archive
  1166. 0    string        =<ar>        archive
  1167. #
  1168. # XXX - from "vax", which appears to collect a bunch of byte-swapped
  1169. # thingies, to help you recognize VAX files on big-endian machines;
  1170. # with "leshort", "lelong", and "string", that's no longer necessary....
  1171. #
  1172. 0    belong        0x65ff0000    VAX 3.0 archive
  1173. 0    belong        0x3c61723e    VAX 5.0 archive
  1174. #
  1175. 0    long        0x213c6172    archive file
  1176. 0    lelong        0177555        very old VAX archive
  1177. 0    leshort        0177555        very old PDP-11 archive
  1178. #
  1179. # XXX - "pdp" claims that 0177545 can have an __.SYMDEF member and thus
  1180. # be a random library (it said 0xff65 rather than 0177545).
  1181. #
  1182. 0    lelong        0177545        old VAX archive
  1183. >8    string        __.SYMDEF    random library
  1184. 0    leshort        0177545        old PDP-11 archive
  1185. >8    string        __.SYMDEF    random library
  1186. #
  1187. # From "pdp" (but why a 4-byte quantity?)
  1188. #
  1189. 0    lelong        0x39bed        PDP-11 old archive
  1190. 0    lelong        0x39bee        PDP-11 4.0 archive
  1191.  
  1192. # ARC archiver, from Daniel Quinlan (quinlan@yggdrasil.com)
  1193. #
  1194. # The first byte is the magic (0x1a), byte 2 is the compression type for
  1195. # the first file (0x01 through 0x09), and bytes 3 to 15 are the MS-DOS
  1196. # filename of the first file (null terminated).  Since some types collide
  1197. # we only test some types on basis of frequency: 0x08 (83%), 0x09 (5%),
  1198. # 0x02 (5%), 0x03 (3%), 0x04 (2%), 0x06 (2%).  0x01 collides with terminfo.
  1199. 0    lelong&0x8080ffff    0x0000081a    ARC archive data, dynamic LZW
  1200. 0    lelong&0x8080ffff    0x0000091a    ARC archive data, squashed
  1201. 0    lelong&0x8080ffff    0x0000021a    ARC archive data, uncompressed
  1202. 0    lelong&0x8080ffff    0x0000031a    ARC archive data, packed
  1203. 0    lelong&0x8080ffff    0x0000041a    ARC archive data, squeezed
  1204. 0    lelong&0x8080ffff    0x0000061a    ARC archive data, crunched
  1205.  
  1206. # Acorn archive formats (Disaster prone simpleton, m91dps@ecs.ox.ac.uk)
  1207. # I can't create either SPARK or ArcFS archives so I have not tested this stuff
  1208. # [GRR:  the original entries collide with ARC, above; replaced with combined
  1209. #  version (not tested)]
  1210. #0    byte        0x1a        RISC OS archive
  1211. #>1    string        archive        (ArcFS format)
  1212. #0    string        \032archive    RISC OS archive (ArcFS format)
  1213. 0       string          \032            RISC OS archive (spark format)
  1214. 0       string          Archive\000     RISC OS archive (ArcFS format)
  1215.  
  1216. # ARJ archiver (jason@jarthur.Claremont.EDU)
  1217. 0    leshort        0xea60        ARJ archive data
  1218. >5    byte        x        \b, v%d,
  1219. >8    byte        &0x04        multi-volume,
  1220. >8    byte        &0x10        slash-switched,
  1221. >8    byte        &0x20        backup,
  1222. >34    string        x        original name: %s,
  1223. >7    byte        0        os: MS-DOS
  1224. >7    byte        1        os: PRIMOS
  1225. >7    byte        2        os: Unix
  1226. >7    byte        3        os: Amiga
  1227. >7    byte        4        os: Macintosh
  1228. >7    byte        5        os: OS/2
  1229. >7    byte        6        os: Apple ][ GS
  1230. >7    byte        7        os: Atari ST
  1231. >7    byte        8        os: NeXT
  1232. >7    byte        9        os: VAX/VMS
  1233. >3    byte        >0        %d]
  1234.  
  1235. # HA archiver (Greg Roelofs, newt@uchicago.edu)
  1236. # This is a really bad format. A file containing HAWAII will match this...
  1237. #0    string        HA        HA archive data,
  1238. #>2    leshort        =1        1 file,
  1239. #>2    leshort        >1        %u files,
  1240. #>4    byte&0x0f    =0        first is type CPY
  1241. #>4    byte&0x0f    =1        first is type ASC
  1242. #>4    byte&0x0f    =2        first is type HSC
  1243. #>4    byte&0x0f    =0x0e        first is type DIR
  1244. #>4    byte&0x0f    =0x0f        first is type SPECIAL
  1245.  
  1246. # HPACK archiver (Peter Gutmann, pgut1@cs.aukuni.ac.nz)
  1247. 0    string        HPAK        HPACK archive data
  1248.  
  1249. # JAM Archive volume format, by Dmitry.Kohmanyuk@UA.net
  1250. 0    string        \351,\001JAM\        JAM archive,
  1251. >7    string        >\0            version %.4s
  1252. >0x26    byte        =0x27            -
  1253. >>0x2b    string          >\0            label %.11s,
  1254. >>0x27    lelong        x            serial %08x,
  1255. >>0x36    string        >\0            fstype %.8s
  1256.  
  1257. # LHARC/LHA archiver (Greg Roelofs, newt@uchicago.edu)
  1258. 2    string        -lh0-        LHarc 1.x archive data [lh0]
  1259. 2    string        -lh1-        LHarc 1.x archive data [lh1]
  1260. 2    string        -lz4-        LHarc 1.x archive data [lz4]
  1261. 2    string        -lz5-        LHarc 1.x archive data [lz5]
  1262. #    [never seen any but the last; -lh4- reported in comp.compression:]
  1263. 2    string        -lzs-        LHa 2.x? archive data [lzs]
  1264. 2    string        -lh\40-        LHa 2.x? archive data [lh ]
  1265. 2    string        -lhd-        LHa 2.x? archive data [lhd]
  1266. 2    string        -lh2-        LHa 2.x? archive data [lh2]
  1267. 2    string        -lh3-        LHa 2.x? archive data [lh3]
  1268. 2    string        -lh4-        LHa (2.x) archive data [lh4]
  1269. 2    string        -lh5-        LHa (2.x) archive data [lh5]
  1270. 2    string        -lh6-        LHa (2.x) archive data [lh6]
  1271. 2    string        -lh7-        LHa (2.x) archive data [lh7]
  1272. >20    byte        x        - header level %d
  1273.  
  1274. # RAR archiver (Greg Roelofs, newt@uchicago.edu)
  1275. 0    string        Rar!        RAR archive data,
  1276. >44    byte        x        v%0x,
  1277. >35    byte        0        os: MS-DOS
  1278. >35    byte        1        os: OS/2
  1279. >35    byte        2        os: Win32
  1280. >35    byte        3        os: Unix
  1281.  
  1282. # SQUISH archiver (Greg Roelofs, newt@uchicago.edu)
  1283. 0    string        SQSH        squished archive data (Acorn RISCOS)
  1284.  
  1285. # UC2 archiver (Greg Roelofs, newt@uchicago.edu)
  1286. # I can't figure out the self-extracting form of these buggers...
  1287. 0    string        UC2\x1a        UC2 archive data
  1288.  
  1289. # ZIP archives (Greg Roelofs, c/o zip-bugs@wkuvx1.wku.edu)
  1290. 0    string        PK\003\004    Zip archive data
  1291. >4    byte        0x09        \b, at least v0.9 to extract
  1292. >4    byte        0x0a        \b, at least v1.0 to extract
  1293. >4    byte        0x0b        \b, at least v1.1 to extract
  1294. >4    byte        0x14        \b, at least v2.0 to extract
  1295.  
  1296. # Zoo archiver
  1297. 20    lelong        0xfdc4a7dc    Zoo archive data
  1298. >4    byte        >48        \b, v%c.
  1299. >>6    byte        >47        \b%c
  1300. >>>7    byte        >47        \b%c
  1301. >32    byte        >0        \b, modify: v%d
  1302. >>33    byte        x        \b.%d+
  1303. >42    lelong        0xfdc4a7dc    \b,
  1304. >>70    byte        >0        extract: v%d
  1305. >>>71    byte        x        \b.%d+
  1306.  
  1307. # Shell archives
  1308. 10    string        #\ This\ is\ a\ shell\ archive    shell archive text
  1309.  
  1310. #
  1311. # LBR. NB: May conflict with the questionable 
  1312. #          "binary Computer Graphics Metafile" format.
  1313. #
  1314. 0       string  \0\ \ \ \ \ \ \ \ \ \ \ \0\0    LBR archive data
  1315. #
  1316. # PMA (CP/M derivative of LHA)
  1317. #
  1318. 2       string          -pm0-           PMarc archive data [pm0]
  1319. 2       string          -pm1-           PMarc archive data [pm1]
  1320. 2       string          -pm2-           PMarc archive data [pm2]
  1321. 2       string          -pms-           PMarc SFX archive (CP/M, DOS)
  1322. 5       string          -pc1-           PopCom compressed executable (CP/M)
  1323.  
  1324. # From Rafael Laboissiere <rafael@laboissiere.net>
  1325. # The Project Revision Control System (see
  1326. # http://prcs.sourceforge.net) generates a packaged project
  1327. # file which is recognized by the following entry: 
  1328. 0    leshort        0xeb81    PRCS packaged project
  1329.  
  1330. # Microsoft cabinets 
  1331. # by David Necas (Yeti) <yeti@physics.muni.cz>
  1332. #0    string    MSCF\0\0\0\0    Microsoft cabinet file data,
  1333. #>25    byte    x        v%d
  1334. #>24    byte    x        \b.%d
  1335. # MPi: All CABs have version 1.3, so this is pointless.
  1336. # Better magic in debian-additions.
  1337.  
  1338. # GTKtalog catalogs 
  1339. # by David Necas (Yeti) <yeti@physics.muni.cz>
  1340. 4    string    gtktalog\     GTKtalog catalog data,
  1341. >13    string    3        version 3
  1342. >>14    beshort    0x677a        (gzipped)
  1343. >>14    beshort    !0x677a        (not gzipped)
  1344. >13    string    >3        version %s
  1345.  
  1346. ############################################################################
  1347. # Parity archive reconstruction file, the 'par' file format now used on Usenet.
  1348. 0       string          PAR\0    PARity archive data
  1349. >48    leshort        =0    - Index file
  1350. >48    leshort        >0    - file number %d
  1351.  
  1352. # Felix von Leitner <felix-file@fefe.de>
  1353. 0    string    d8:announce    BitTorrent file
  1354.  
  1355. # Atari MSA archive - Teemu Hukkanen <tjhukkan@iki.fi>
  1356. 0       beshort 0x0e0f          Atari MSA archive data
  1357. >2      beshort x           \b, %d sectors per track
  1358. >4      beshort 0           \b, 1 sided
  1359. >4      beshort 1           \b, 2 sided
  1360. >6      beshort x           \b, starting track: %d
  1361. >8      beshort x           \b, ending track: %d
  1362.  
  1363. # Alternate ZIP string (amc@arwen.cs.berkeley.edu)
  1364. 0    string    PK00PK\003\004    Zip archive data
  1365.  
  1366. # ACE archive (from http://www.wotsit.org/download.asp?f=ace)
  1367. # by Stefan `Sec` Zehl <sec@42.org>
  1368. 7    string        **ACE**        ACE compressed archive
  1369. >15    byte    >0        version %d
  1370. >16    byte    =0x00        \b, from MS-DOS
  1371. >16    byte    =0x01        \b, from OS/2
  1372. >16    byte    =0x02        \b, from Win/32
  1373. >16    byte    =0x03        \b, from Unix
  1374. >16    byte    =0x04        \b, from MacOS
  1375. >16    byte    =0x05        \b, from WinNT
  1376. >16    byte    =0x06        \b, from Primos
  1377. >16    byte    =0x07        \b, from AppleGS
  1378. >16    byte    =0x08        \b, from Atari
  1379. >16    byte    =0x09        \b, from Vax/VMS
  1380. >16    byte    =0x0A        \b, from Amiga
  1381. >16    byte    =0x0B        \b, from Next
  1382. >14    byte    x        \b, version %d to extract
  1383. >5    leshort &0x0080        \b, multiple volumes,
  1384. >>17    byte    x        \b (part %d),
  1385. >5    leshort &0x0002        \b, contains comment
  1386. >5    leshort    &0x0200        \b, sfx
  1387. >5    leshort    &0x0400        \b, small dictionary
  1388. >5    leshort    &0x0800        \b, multi-volume
  1389. >5    leshort    &0x1000        \b, contains AV-String
  1390. >>30    string\x16*UNREGISTERED\x20VERSION*    (unregistered)
  1391. >5    leshort &0x2000        \b, with recovery record
  1392. >5    leshort &0x4000        \b, locked
  1393. >5    leshort &0x8000        \b, solid
  1394. # Date in MS-DOS format (whatever that is)
  1395. #>18    lelong    x        Created on
  1396.  
  1397. # sfArk : compression program for Soundfonts (sf2) by Dirk Jagdmann
  1398. # <doj@cubic.org>
  1399. 0x1A    string    sfArk        sfArk compressed Soundfont
  1400. >0x15    string    2
  1401. >>0x1    string    >\0        Version %s
  1402. >>0x2A    string    >\0        : %s
  1403.  
  1404. # DR-DOS 7.03 Packed File *.??_
  1405. 0    string    Packed\ File\  Personal        NetWare Packed File
  1406. >12    string    x                    \b, was "%.12s"
  1407.  
  1408. #------------------------------------------------------------------------------
  1409. # asterix:  file(1) magic for Aster*x; SunOS 5.5.1 gave the 4-character
  1410. # strings as "long" - we assume they're just strings:
  1411. # From: guy@netapp.com (Guy Harris)
  1412. #
  1413. 0    string        *STA        Aster*x
  1414. >7    string        WORD            Words Document
  1415. >7    string        GRAP            Graphic
  1416. >7    string        SPRE            Spreadsheet
  1417. >7    string        MACR            Macro
  1418. 0    string        2278        Aster*x Version 2
  1419. >29    byte        0x36            Words Document
  1420. >29    byte        0x35            Graphic
  1421. >29    byte        0x32            Spreadsheet
  1422. >29    byte        0x38            Macro
  1423.  
  1424.  
  1425. #------------------------------------------------------------------------------
  1426. # att3b:  file(1) magic for AT&T 3B machines
  1427. #
  1428. # The `versions' should be un-commented if they work for you.
  1429. # (Was the problem just one of endianness?)
  1430. #
  1431. # 3B20
  1432. #
  1433. # The 3B20 conflicts with SCCS.
  1434. #0    beshort        0550        3b20 COFF executable
  1435. #>12    belong        >0        not stripped
  1436. #>22    beshort        >0        - version %ld
  1437. #0    beshort        0551        3b20 COFF executable (TV)
  1438. #>12    belong        >0        not stripped
  1439. #>22    beshort        >0        - version %ld
  1440. #
  1441. # WE32K
  1442. #
  1443. 0    beshort        0560        WE32000 COFF
  1444. >18    beshort        ^00000020    object
  1445. >18    beshort        &00000020    executable
  1446. >12    belong        >0        not stripped
  1447. >18    beshort        ^00010000    N/A on 3b2/300 w/paging
  1448. >18    beshort        &00020000    32100 required
  1449. >18    beshort        &00040000    and MAU hardware required
  1450. >20    beshort        0407        (impure)
  1451. >20    beshort        0410        (pure)
  1452. >20    beshort        0413        (demand paged)
  1453. >20    beshort        0443        (target shared library)
  1454. >22    beshort        >0        - version %ld
  1455. 0    beshort        0561        WE32000 COFF executable (TV)
  1456. >12    belong        >0        not stripped
  1457. #>18    beshort        &00020000    - 32100 required
  1458. #>18    beshort        &00040000    and MAU hardware required
  1459. #>22    beshort        >0        - version %ld
  1460. #
  1461. # core file for 3b2 
  1462. 0    string        \000\004\036\212\200    3b2 core file
  1463. >364    string        >\0        of '%s'
  1464.  
  1465. #------------------------------------------------------------------------------
  1466. # audio:  file(1) magic for sound formats (see also "iff")
  1467. #
  1468. # Jan Nicolai Langfeldt (janl@ifi.uio.no), Dan Quinlan (quinlan@yggdrasil.com),
  1469. # and others
  1470. #
  1471.  
  1472. # Sun/NeXT audio data
  1473. 0    string        .snd        Sun/NeXT audio data:
  1474. >12    belong        1        8-bit ISDN mu-law,
  1475. >12    belong        2        8-bit linear PCM [REF-PCM],
  1476. >12    belong        3        16-bit linear PCM,
  1477. >12    belong        4        24-bit linear PCM,
  1478. >12    belong        5        32-bit linear PCM,
  1479. >12    belong        6        32-bit IEEE floating point,
  1480. >12    belong        7        64-bit IEEE floating point,
  1481. >12    belong        8        Fragmented sample data,
  1482. >12    belong        10        DSP program,
  1483. >12    belong        11        8-bit fixed point,
  1484. >12    belong        12        16-bit fixed point,
  1485. >12    belong        13        24-bit fixed point,
  1486. >12    belong        14        32-bit fixed point,
  1487. >12    belong        18        16-bit linear with emphasis,
  1488. >12    belong        19        16-bit linear compressed,
  1489. >12    belong        20        16-bit linear with emphasis and compression,
  1490. >12    belong        21        Music kit DSP commands,
  1491. >12    belong        23        8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice data encoding),
  1492. >12    belong        24        compressed (8-bit CCITT G.722 ADPCM)
  1493. >12    belong        25        compressed (3-bit CCITT G.723.3 ADPCM),
  1494. >12    belong        26        compressed (5-bit CCITT G.723.5 ADPCM),
  1495. >12    belong        27        8-bit A-law (CCITT G.711),
  1496. >20    belong        1        mono,
  1497. >20    belong        2        stereo,
  1498. >20    belong        4        quad,
  1499. >16    belong        >0        %d Hz
  1500.  
  1501. # DEC systems (e.g. DECstation 5000) use a variant of the Sun/NeXT format
  1502. # that uses little-endian encoding and has a different magic number
  1503. 0    lelong        0x0064732E    DEC audio data:
  1504. >12    lelong        1        8-bit ISDN mu-law,
  1505. >12    lelong        2        8-bit linear PCM [REF-PCM],
  1506. >12    lelong        3        16-bit linear PCM,
  1507. >12    lelong        4        24-bit linear PCM,
  1508. >12    lelong        5        32-bit linear PCM,
  1509. >12    lelong        6        32-bit IEEE floating point,
  1510. >12    lelong        7        64-bit IEEE floating point,
  1511. >12    belong        8        Fragmented sample data,
  1512. >12    belong        10        DSP program,
  1513. >12    belong        11        8-bit fixed point,
  1514. >12    belong        12        16-bit fixed point,
  1515. >12    belong        13        24-bit fixed point,
  1516. >12    belong        14        32-bit fixed point,
  1517. >12    belong        18        16-bit linear with emphasis,
  1518. >12    belong        19        16-bit linear compressed,
  1519. >12    belong        20        16-bit linear with emphasis and compression,
  1520. >12    belong        21        Music kit DSP commands,
  1521. >12    lelong        23        8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice data encoding),
  1522. >12    belong        24        compressed (8-bit CCITT G.722 ADPCM)
  1523. >12    belong        25        compressed (3-bit CCITT G.723.3 ADPCM),
  1524. >12    belong        26        compressed (5-bit CCITT G.723.5 ADPCM),
  1525. >12    belong        27        8-bit A-law (CCITT G.711),
  1526. >20    lelong        1        mono,
  1527. >20    lelong        2        stereo,
  1528. >20    lelong        4        quad,
  1529. >16    lelong        >0        %d Hz
  1530.  
  1531. # Creative Labs AUDIO stuff
  1532. 0    string    MThd            Standard MIDI data
  1533. >8     beshort    x            (format %d)
  1534. >10    beshort    x            using %d track
  1535. >10    beshort        >1        \bs
  1536. >12    beshort&0x7fff    x        at 1/%d
  1537. >12    beshort&0x8000    >0        SMPTE
  1538.  
  1539. 0    string    CTMF            Creative Music (CMF) data
  1540. 0    string    SBI            SoundBlaster instrument data
  1541. 0    string    Creative\ Voice\ File    Creative Labs voice data
  1542. # is this next line right?  it came this way...
  1543. >19    byte    0x1A
  1544. >23    byte    >0            - version %d
  1545. >22    byte    >0            \b.%d
  1546.  
  1547. # first entry is also the string "NTRK"
  1548. 0    belong        0x4e54524b    MultiTrack sound data
  1549. >4    belong        x        - version %ld
  1550.  
  1551. # Extended MOD format (*.emd) (Greg Roelofs, newt@uchicago.edu); NOT TESTED
  1552. # [based on posting 940824 by "Dirk/Elastik", husberg@lehtori.cc.tut.fi]
  1553. 0    string        EMOD        Extended MOD sound data,
  1554. >4    byte&0xf0    x        version %d
  1555. >4    byte&0x0f    x        \b.%d,
  1556. >45    byte        x        %d instruments
  1557. >83    byte        0        (module)
  1558. >83    byte        1        (song)
  1559.  
  1560. # Real Audio (Magic .ra\0375)
  1561. 0    belong        0x2e7261fd    RealAudio sound file
  1562. 0    string        .RMF        RealMedia file
  1563.  
  1564. # MTM/669/FAR/S3M/ULT/XM format checking [Aaron Eppert, aeppert@dialin.ind.net]
  1565. # Oct 31, 1995
  1566. # fixed by <doj@cubic.org> 2003-06-24
  1567. # Too short...
  1568. #0    string        MTM        MultiTracker Module sound file
  1569. #0    string        if        Composer 669 Module sound data
  1570. #0    string        JN        Composer 669 Module sound data (extended format)
  1571. 0    string        MAS_U        ULT(imate) Module sound data
  1572.  
  1573. #0    string        FAR        Module sound data
  1574. #>4    string        >\15        Title: "%s"
  1575.  
  1576. 0x2c    string        SCRM        ScreamTracker III Module sound data
  1577. >0    string        >\0        Title: "%s"
  1578.  
  1579. # Gravis UltraSound patches
  1580. # From <ache@nagual.ru>
  1581.  
  1582. 0    string        GF1PATCH110\0ID#000002\0    GUS patch
  1583. 0    string        GF1PATCH100\0ID#000002\0    Old GUS    patch
  1584.  
  1585. #
  1586. # Taken from loader code from mikmod version 2.14
  1587. # by Steve McIntyre (stevem@chiark.greenend.org.uk)
  1588. # <doj@cubic.org> added title printing on 2003-06-24
  1589. 0    string    MAS_UTrack_V00
  1590. >14    string    >/0        ultratracker V1.%.1s module sound data
  1591.  
  1592. 0    string    UN05        MikMod UNI format module sound data
  1593.  
  1594. 0    string    Extended\ Module: Fasttracker II module sound data
  1595. >17    string    >\0        Title: "%s"
  1596.  
  1597. 21    string/c    !SCREAM!    Screamtracker 2 module sound data
  1598. 21    string    BMOD2STM    Screamtracker 2 module sound data
  1599. 1080    string    M.K.        4-channel Protracker module sound data
  1600. >0    string    >\0        Title: "%s"
  1601. 1080    string    M!K!        4-channel Protracker module sound data
  1602. >0    string    >\0        Title: "%s"
  1603. 1080    string    FLT4        4-channel Startracker module sound data
  1604. >0    string    >\0        Title: "%s"
  1605. 1080    string    FLT8        8-channel Startracker module sound data
  1606. >0    string    >\0        Title: "%s"
  1607. 1080    string    4CHN        4-channel Fasttracker module sound data
  1608. >0    string    >\0        Title: "%s"
  1609. 1080    string    6CHN        6-channel Fasttracker module sound data
  1610. >0    string    >\0        Title: "%s"
  1611. 1080    string    8CHN        8-channel Fasttracker module sound data
  1612. >0    string    >\0        Title: "%s"
  1613. 1080    string    CD81        8-channel Octalyser module sound data
  1614. >0    string    >\0        Title: "%s"
  1615. 1080    string    OKTA        8-channel Oktalyzer module sound data
  1616. >0    string    >\0        Title: "%s"
  1617. # Not good enough.
  1618. #1082    string    CH
  1619. #>1080    string    >/0        %.2s-channel Fasttracker "oktalyzer" module sound data
  1620. 1080    string    16CN        16-channel Taketracker module sound data
  1621. >0    string    >\0        Title: "%s"
  1622. 1080    string    32CN        32-channel Taketracker module sound data
  1623. >0    string    >\0        Title: "%s"
  1624.  
  1625. # TOC sound files -Trevor Johnson <trevor@jpj.net>
  1626. #
  1627. 0       string          TOC             TOC sound file
  1628.  
  1629. # sidfiles <pooka@iki.fi>
  1630. # added name,author,(c) and new RSID type by <doj@cubic.org> 2003-06-24
  1631. 0    string        SIDPLAY\ INFOFILE    Sidplay info file
  1632.  
  1633. 0    string        PSID            PlaySID v2.2+ (AMIGA) sidtune
  1634. >4    beshort        >0            w/ header v%d,
  1635. >14    beshort        =1            single song,
  1636. >14    beshort        >1            %d songs,
  1637. >16    beshort        >0            default song: %d
  1638. >0x16    string        >\0            name: "%s"
  1639. >0x36    string        >\0            author: "%s"
  1640. >0x56    string        >\0            copyright: "%s"
  1641.  
  1642. 0    string        RSID            RSID sidtune PlaySID compatible
  1643. >4    beshort        >0            w/ header v%d,
  1644. >14    beshort        =1            single song,
  1645. >14    beshort        >1            %d songs,
  1646. >16    beshort        >0            default song: %d
  1647. >0x16    string        >\0            name: "%s"
  1648. >0x36    string        >\0            author: "%s"
  1649. >0x56    string        >\0            copyright: "%s"
  1650.  
  1651. # IRCAM <mpruett@sgi.com>
  1652. # VAX and MIPS files are little-endian; Sun and NeXT are big-endian
  1653. 0    belong        0x64a30100        IRCAM file (VAX)
  1654. 0    belong        0x64a30200        IRCAM file (Sun)
  1655. 0    belong        0x64a30300        IRCAM file (MIPS little-endian)
  1656. 0    belong        0x64a30400        IRCAM file (NeXT)
  1657.  
  1658. # NIST SPHERE <mpruett@sgi.com>
  1659. 0    string        NIST_1A\n\ \ \ 1024\n    NIST SPHERE file
  1660.  
  1661. # Sample Vision <mpruett@sgi.com>
  1662. 0    string        SOUND\ SAMPLE\ DATA\     Sample Vision file
  1663.  
  1664. # Audio Visual Research <tonigonenstein@users.sourceforge.net>
  1665. 0    string        2BIT            Audio Visual Research file,
  1666. >12    beshort        =0            mono,
  1667. >12    beshort        =-1            stereo,
  1668. >14    beshort        x            %d bits
  1669. >16    beshort        =0            unsigned,
  1670. >16    beshort        =-1            signed,
  1671. >22    belong&0x00ffffff    x        %d Hz,
  1672. >18    beshort        =0            no loop,
  1673. >18    beshort        =-1            loop,
  1674. >21    ubyte        <=127            note %d,
  1675. >22    byte        =0            replay 5.485 KHz
  1676. >22    byte        =1            replay 8.084 KHz
  1677. >22    byte        =2            replay 10.971 Khz
  1678. >22    byte        =3            replay 16.168 Khz
  1679. >22    byte        =4            replay 21.942 KHz
  1680. >22    byte        =5            replay 32.336 KHz
  1681. >22    byte        =6            replay 43.885 KHz
  1682. >22    byte        =7            replay 47.261 KHz
  1683.  
  1684. # SGI SoundTrack <mpruett@sgi.com>
  1685. 0    string        _SGI_SoundTrack        SGI SoundTrack project file
  1686. # ID3 version 2 tags <waschk@informatik.uni-rostock.de>
  1687. 0    string        ID3    MP3 file with ID3 version 2.
  1688. >3    ubyte    <0xff    \b%d.
  1689. >4    ubyte    <0xff    \b%d tag
  1690.  
  1691. # NSF (NES sound file) magic
  1692. 0    string        NESM\x1a    NES Sound File
  1693. >14    string        >\0        ("%s" by
  1694. >46    string        >\0        %s, copyright
  1695. >78    string        >\0        %s),
  1696. >5    byte        x        version %d,
  1697. >6    byte        x        %d tracks,
  1698. >122    byte&0x2    =1        dual PAL/NTSC
  1699. >122    byte&0x1    =1        PAL
  1700. >122    byte&0x1    =0        NTSC
  1701.  
  1702. # Impuse tracker module (audio/x-it)
  1703. 0    string        IMPM        Impulse Tracker module sound data -
  1704. >4    string        >\0        "%s"
  1705. >40    leshort        !0        compatible w/ITv%x
  1706. >42    leshort        !0        created w/ITv%x
  1707.  
  1708. # Imago Orpheus module (audio/x-imf)
  1709. 60    string        IM10        Imago Orpheus module sound data -
  1710. >0    string        >\0        "%s"
  1711.  
  1712. # From <collver1@attbi.com>
  1713. # These are the /etc/magic entries to decode modules, instruments, and
  1714. # samples in Impulse Tracker's native format.
  1715.  
  1716. 0    string        IMPS        Impulse Tracker Sample
  1717. >18    byte        &2        16 bit
  1718. >18    byte        ^2        8 bit
  1719. >18    byte        &4        stereo
  1720. >18    byte        ^4        mono
  1721. 0    string        IMPI        Impulse Tracker Instrument
  1722. >28    leshort        !0        ITv%x
  1723. >30    byte        !0        %d samples
  1724.  
  1725. # Yamaha TX Wave:  file(1) magic for Yamaha TX Wave audio files
  1726. # From <collver1@attbi.com>
  1727. 0    string        LM8953        Yamaha TX Wave
  1728. >22    byte        0x49        looped
  1729. >22    byte        0xC9        non-looped
  1730. >23    byte        1        33kHz
  1731. >23    byte        2        50kHz
  1732. >23    byte        3        16kHz
  1733.  
  1734. # scream tracker:  file(1) magic for Scream Tracker sample files
  1735. #
  1736. # From <collver1@attbi.com>
  1737. 76    string        SCRS        Scream Tracker Sample
  1738. >0    byte        1        sample
  1739. >0    byte        2        adlib melody
  1740. >0    byte        >2        adlib drum
  1741. >31    byte        &2        stereo
  1742. >31    byte        ^2        mono
  1743. >31    byte        &4        16bit little endian
  1744. >31    byte        ^4        8bit
  1745. >30    byte        0        unpacked
  1746. >30    byte        1        packed
  1747.  
  1748. # audio
  1749. # From: Cory Dikkers <cdikkers@swbell.net>
  1750. 0    string        MMD0        MED music file, version 0
  1751. 0    string        MMD1        OctaMED Pro music file, version 1
  1752. 0    string        MMD3        OctaMED Soundstudio music file, version 3
  1753. 0    string        OctaMEDCmpr    OctaMED Soundstudio compressed file
  1754. 0    string        MED        MED_Song
  1755. 0    string        SymM        Symphonie SymMOD music file
  1756. #
  1757. 0    string        THX        AHX version
  1758. >3    byte        =0        1 module data
  1759. >3    byte        =1        2 module data
  1760. #
  1761. 0    string        OKTASONG    Oktalyzer module data
  1762. #
  1763. 0    string        DIGI\ Booster\ module\0    %s
  1764. >20    byte        >0        %c
  1765. >>21    byte        >0        \b%c
  1766. >>>22    byte        >0        \b%c
  1767. >>>>23    byte        >0        \b%c
  1768. >610    string        >\0        \b, "%s"
  1769. #
  1770. 0    string        DBM0           DIGI Booster Pro Module
  1771. >4    byte        >0        V%X.
  1772. >>5    byte        x        \b%02X
  1773. >16    string        >\0        \b, "%s"
  1774. #
  1775. 0    string        FTMN        FaceTheMusic module
  1776. >16    string        >\0d        \b, "%s"
  1777.  
  1778. # From: <doj@cubic.org> 2003-06-24
  1779. 0    string        AMShdr\32    Velvet Studio AMS Module v2.2
  1780. 0    string        Extreme        Extreme Tracker AMS Module v1.3
  1781. 0    string        DDMF        Xtracker DMF Module
  1782. >4    byte        x        v%i
  1783. >0xD    string        >\0        Title: "%s"
  1784. >0x2B    string        >\0        Composer: "%s"
  1785. 0    string        DSM\32        Dynamic Studio Module DSM
  1786. 0    string        SONG        DigiTrekker DTM Module
  1787. 0    string        DMDL        DigiTrakker MDL Module
  1788. 0    string        PSM\32        Protracker Studio PSM Module
  1789. 44    string        PTMF        Poly Tracker PTM Module
  1790. >0    string        >\32        Title: "%s"
  1791. 0    string        MT20        MadTracker 2.0 Module MT2
  1792. 0    string        RAD\40by\40REALiTY!! RAD Adlib Tracker Module RAD
  1793. 0    string        RTMM        RTM Module
  1794. 0x426    string        MaDoKaN96    XMS Adlib Module
  1795. >0    string        >\0        Composer: "%s"
  1796. 0    string        AMF        AMF Module
  1797. >4    string        >\0        Title: "%s"
  1798. 0    string        MODINFO1    Open Cubic Player Module Inforation MDZ
  1799. 0    string        Extended\40Instrument: Fast Tracker II Instrument
  1800.  
  1801. # From: Takeshi Hamasaki <hma@syd.odn.ne.jp>
  1802. # NOA Nancy Codec file
  1803. 0    string        \210NOA\015\012\032    NOA Nancy Codec Movie file
  1804. # Yamaha SMAF format
  1805. 0    string        MMMD        Yamaha SMAF file
  1806. # Sharp Jisaku Melody format for PDC
  1807. 0    string        \001Sharp\040JisakuMelody    SHARP Cell-Phone ringing Melody
  1808. >20    string        Ver01.00    Ver. 1.00
  1809. >>32    byte        x        , %d tracks
  1810.  
  1811. # Free lossless audio codec <http://flac.sourceforge.net>
  1812. # From: Przemyslaw Augustyniak <silvathraec@rpg.pl>
  1813. 0    string            fLaC        FLAC audio bitstream data
  1814. >4    byte&0x7f        >0        \b, unknown version
  1815. >4    byte&0x7f        0        \b
  1816. # some common bits/sample values
  1817. >>20    beshort&0x1f0        0x030        \b, 4 bit
  1818. >>20    beshort&0x1f0        0x050        \b, 6 bit
  1819. >>20    beshort&0x1f0        0x070        \b, 8 bit
  1820. >>20    beshort&0x1f0        0x0b0        \b, 12 bit
  1821. >>20    beshort&0x1f0        0x0f0        \b, 16 bit
  1822. >>20    beshort&0x1f0        0x170        \b, 24 bit
  1823. >>20    byte&0xe        0x0        \b, mono
  1824. >>20    byte&0xe        0x2        \b, stereo
  1825. >>20    byte&0xe        0x4        \b, 3 channels
  1826. >>20    byte&0xe        0x6        \b, 4 channels
  1827. >>20    byte&0xe        0x8        \b, 5 channels
  1828. >>20    byte&0xe        0xa        \b, 6 channels
  1829. >>20    byte&0xe        0xc        \b, 7 channels
  1830. >>20    byte&0xe        0xe        \b, 8 channels
  1831. # some common sample rates
  1832. >>17    belong&0xfffff0        0x0ac440    \b, 44.1 kHz
  1833. >>17    belong&0xfffff0        0x0bb800    \b, 48 kHz
  1834. >>17    belong&0xfffff0        0x07d000    \b, 32 kHz
  1835. >>17    belong&0xfffff0        0x056220    \b, 22.05 kHz
  1836. >>17    belong&0xfffff0        0x05dc00    \b, 24 kHz
  1837. >>17    belong&0xfffff0        0x03e800    \b, 16 kHz
  1838. >>17    belong&0xfffff0        0x02b110    \b, 11.025 kHz
  1839. >>17    belong&0xfffff0        0x02ee00    \b, 12 kHz
  1840. >>17    belong&0xfffff0        0x01f400    \b, 8 kHz
  1841. >>17    belong&0xfffff0        0x177000    \b, 96 kHz
  1842. >>17    belong&0xfffff0        0x0fa000    \b, 64 kHz
  1843. >>21    byte&0xf        >0        \b, >4G samples
  1844. >>21    byte&0xf        0        \b
  1845. >>>22    belong            >0        \b, %u samples
  1846. >>>22    belong            0        \b, length unknown
  1847.  
  1848. # (ISDN) VBOX voice message file (Wolfram Kleff)
  1849. 0       string          VBOX            VBOX voice message data
  1850.  
  1851. # ReBorn Song Files (.rbs)
  1852. # David J. Singer <doc@deadvirgins.org.uk>
  1853. 8       string          RB40             RBS Song file
  1854. >29     string          ReBorn           created by ReBorn
  1855. >37     string          Propellerhead    created by ReBirth
  1856.  
  1857. # Synthesizer Generator and Kimwitu share their file format
  1858. 0    string        A#S#C#S#S#L#V#3        Synthesizer Generator or Kimwitu data
  1859. # Kimwitu++ uses a slightly different magic
  1860. 0    string        A#S#C#S#S#L#HUB        Kimwitu++ data
  1861.  
  1862. # From "Simon Hosie
  1863. 0       string  TFMX-SONG       TFMX module sound data
  1864.  
  1865. # From danny.milo@gmx.net (Danny Milosavljevic)
  1866. # monkeysaudio for magic.mime
  1867. 0    string    MAC\    X/Monkey audio,
  1868. >4    leshort >0    version %d,
  1869. >6    leshort >0    compression level %d,
  1870. >8    leshort >0    flags %x,
  1871. >10    leshort >0    channels %d,
  1872. >12    lelong    >0    samplerate %d,
  1873. >24    lelong    >0    frames %d
  1874.  
  1875. #------------------------------------------------------------------------------
  1876. # bFLT: file(1) magic for BFLT uclinux binary files
  1877. #
  1878. # From Philippe De Muyter <phdm@macqel.be>
  1879. #
  1880. 0    string        bFLT        BFLT executable
  1881. >4    belong        x        - version %ld
  1882. >4    belong        4
  1883. >>36    belong&0x1    0x1        ram
  1884. >>36    belong&0x2    0x2        gotpic
  1885. >>36    belong&0x4    0x4        gzip
  1886. >>36    belong&0x8    0x8        gzdata
  1887. #------------------------------------------------------------------------------
  1888. # blender: file(1) magic for Blender 3D data files
  1889. #
  1890. # Coded by Guillermo S. Romero <gsromero@alumnos.euitt.upm.es> using the
  1891. # data from Ton Roosendaal <ton@blender.nl>. Ton or his company do not
  1892. # support the rule, so mail GSR if problems with it. Rule version: 1.1.
  1893. # You can get latest version with comments and details about the format
  1894. # at http://acd.asoc.euitt.upm.es/~gsromero/3d/blender/magic.blender
  1895.  
  1896. 0    string    =BLENDER    Blender3D,
  1897. >7    string    =_        saved as 32-bits
  1898. >7      string    =-        saved as 64-bits
  1899. >8    string    =v        little endian
  1900. >8    string    =V        big endian
  1901. >9    byte    x        with version %c.
  1902. >10    byte    x        \b%c
  1903. >11    byte    x        \b%c
  1904.  
  1905. #------------------------------------------------------------------------------
  1906. # blit:  file(1) magic for 68K Blit stuff as seen from 680x0 machine
  1907. #
  1908. # Note that this 0407 conflicts with several other a.out formats...
  1909. #
  1910. # XXX - should this be redone with "be" and "le", so that it works on
  1911. # little-endian machines as well?  If so, what's the deal with
  1912. # "VAX-order" and "VAX-order2"?
  1913. #
  1914. #0    long        0407        68K Blit (standalone) executable
  1915. #0    short        0407        VAX-order2 68K Blit (standalone) executable
  1916. 0    short        03401        VAX-order 68K Blit (standalone) executable
  1917. 0    long        0406        68k Blit mpx/mux executable
  1918. 0    short        0406        VAX-order2 68k Blit mpx/mux executable
  1919. 0    short        03001        VAX-order 68k Blit mpx/mux executable
  1920. # Need more values for WE32 DMD executables.
  1921. # Note that 0520 is the same as COFF
  1922. #0    short        0520        tty630 layers executable
  1923. #
  1924. # i80960 b.out objects and archives
  1925. #
  1926. 0    long        0x10d        i960 b.out relocatable object
  1927. >16    long        >0        not stripped
  1928. #
  1929. # b.out archive (hp-rt on i960)
  1930. 0    string        !<bout>        b.out archive
  1931. >8    string        __.SYMDEF    random library
  1932. #------------------------------------------------------------------------------
  1933. # bsdi:  file(1) magic for BSD/OS (from BSDI) objects
  1934. #
  1935.  
  1936. 0    lelong        0314        386 compact demand paged pure executable
  1937. >16    lelong        >0        not stripped
  1938. >32    byte        0x6a        (uses shared libs)
  1939.  
  1940. 0    lelong        0407        386 executable
  1941. >16    lelong        >0        not stripped
  1942. >32    byte        0x6a        (uses shared libs)
  1943.  
  1944. 0    lelong        0410        386 pure executable
  1945. >16    lelong        >0        not stripped
  1946. >32    byte        0x6a        (uses shared libs)
  1947.  
  1948. 0    lelong        0413        386 demand paged pure executable
  1949. >16    lelong        >0        not stripped
  1950. >32    byte        0x6a        (uses shared libs)
  1951.  
  1952. # same as in SunOS 4.x, except for static shared libraries
  1953. 0    belong&077777777    0600413        sparc demand paged
  1954. >0    byte        &0x80
  1955. >>20    belong        <4096        shared library
  1956. >>20    belong        =4096        dynamically linked executable
  1957. >>20    belong        >4096        dynamically linked executable
  1958. >0    byte        ^0x80        executable
  1959. >16    belong        >0        not stripped
  1960. >36    belong        0xb4100001    (uses shared libs)
  1961.  
  1962. 0    belong&077777777    0600410        sparc pure
  1963. >0    byte        &0x80        dynamically linked executable
  1964. >0    byte        ^0x80        executable
  1965. >16    belong        >0        not stripped
  1966. >36    belong        0xb4100001    (uses shared libs)
  1967.  
  1968. 0    belong&077777777    0600407        sparc
  1969. >0    byte        &0x80        dynamically linked executable
  1970. >0    byte        ^0x80        executable
  1971. >16    belong        >0        not stripped
  1972. >36    belong        0xb4100001    (uses shared libs)
  1973.  
  1974. #------------------------------------------------------------------------------
  1975. # autocad:  file(1) magic for cad files
  1976. #
  1977.  
  1978. # AutoCAD DWG versions R13/R14 (www.autodesk.com)
  1979. # Written December 01, 2003 by Lester Hightower
  1980. # Based on the DWG File Format Specifications at http://www.opendwg.org/
  1981. 0    string           \101\103\061\060\061           AutoCAD
  1982. >5    string           \062\000\000\000\000           DWG ver. R13
  1983. >5    string           \064\000\000\000\000           DWG ver. R14
  1984.  
  1985. # Microstation DGN/CIT Files (www.bentley.com)
  1986. # Written October 30, 2003 by Lester Hightower
  1987. # DGN is the default file extension of Microstation/Intergraph CAD files.
  1988. # CIT is the proprietary raster format (similar to TIFF) used to attach
  1989. # raster underlays to Microstation DGN (vector) drawings.
  1990. # http://www.wotsit.org/search.asp
  1991. # http://filext.com/detaillist.php?extdetail=DGN
  1992. # http://filext.com/detaillist.php?extdetail=CIT
  1993. #
  1994. # http://www.bentley.com/products/default.cfm?objectid=97F351F5-9C35-4E5E-89C2
  1995. # 3F86C928&method=display&p_objectid=97F351F5-9C35-4E5E-89C280A93F86C928
  1996. # http://www.bentley.com/products/default.cfm?objectid=A5C2FD43-3AC9-4C71-B682
  1997. # 721C479F&method=display&p_objectid=A5C2FD43-3AC9-4C71-B682C7BE721C479F
  1998. 0    string           \010\011\376               Microstation
  1999. >3    string           \002
  2000. >>30    string           \372\104                   DGN File
  2001. >>30    string           \172\104                   DGN File
  2002. >>30    string           \026\105                   DGN File
  2003. >4    string           \030\000\000               CIT File
  2004.  
  2005. # AutoCad, from Nahuel Greco
  2006. 0    string AC1012    AutoCad (release 12)
  2007. 0    string AC1014    AutoCad (release 14)
  2008.  
  2009. #------------------------------------------------------------------------------
  2010. # c-lang:  file(1) magic for C programs (or REXX)
  2011. #
  2012.  
  2013. # XPM icons (Greg Roelofs, newt@uchicago.edu)
  2014. # if you uncomment "/*" for C/REXX below, also uncomment this entry
  2015. #0    string        /*\ XPM\ */    X pixmap image data
  2016.  
  2017. # this first will upset you if you're a PL/1 shop...
  2018. # in which case rm it; ascmagic will catch real C programs
  2019. #0    string        /*        C or REXX program text
  2020. #0    string        //        C++ program text
  2021.  
  2022. # From: Mikhail Teterin <mi@aldan.algebra.com> 
  2023. 0    string        cscope        cscope reference data
  2024. >7    string        x        version %.2s
  2025. # We skip the path here, because it is often long (so file will
  2026. # truncate it) and mostly redundant.
  2027. # The inverted index functionality was added some time betwen
  2028. # versions 11 and 15, so look for -q if version is above 14:
  2029. >7    string        >14
  2030. >>10    regex        .+\ -q\        with inverted index
  2031. >10    regex        .+\ -c\        text (non-compressed)
  2032.  
  2033. #------------------------------------------------------------------------------
  2034. # c64:  file(1) magic for various commodore 64 related files
  2035. #
  2036. # From <doj@cubic.org>
  2037.  
  2038. 0x16500    belong        0x12014100    D64 Image
  2039. 0x16500    belong        0x12014180    D71 Image
  2040. 0x61800 belong        0x28034400    D81 Image
  2041. 0    string        C64\40CARTRIDGE    CCS C64 Emultar Cartridge Image
  2042. 0    belong        0x43154164    X64 Image
  2043.  
  2044. 0    string        GCR-1541    GCR Image
  2045. >8    byte        x        version: $i
  2046. >9    byte        x        tracks: %i
  2047.  
  2048. 9    string        PSUR        ARC archive (c64)
  2049. 2    string        -LH1-        LHA archive (c64)
  2050.  
  2051. 0    string        C64File        PC64 Emulator file
  2052. >8    string        >\0        "%s"
  2053. 0    string        C64Image    PC64 Freezer Image
  2054.  
  2055. 0    beshort        0x38CD        C64 PCLink Image
  2056. 0    string        CBM\144\0\0    Power 64 C64 Emulator Snapshot
  2057.  
  2058. 0    belong        0xFF424CFF    WRAptor packer (c64)
  2059.  
  2060. #------------------------------------------------------------------------------
  2061. # CDDB: file(1) magic for CDDB(tm) format CD text data files
  2062. #
  2063. # From <steve@gracenote.com>
  2064. #
  2065. # This is the /etc/magic entry to decode datafiles as used by
  2066. # CDDB-enabled CD player applications.
  2067. #
  2068.  
  2069. 0       string/b        #\040xmcd               CDDB(tm) format CD text data
  2070.  
  2071. #------------------------------------------------------------------------------
  2072. # chi:  file(1) magic for ChiWriter files
  2073. #
  2074. 0       string          \\1cw\          ChiWriter file
  2075. >5      string          >\0             version %s
  2076. 0       string          \\1cw           ChiWriter file
  2077.  
  2078. #------------------------------------------------------------------------------
  2079. # chord: file(1) magic for Chord music sheet typesetting utility input files
  2080. #
  2081. # From Philippe De Muyter <phdm@macqel.be>
  2082. # File format is actually free, but many distributed files begin with `{title'
  2083. #
  2084. 0    string        {title        Chord text file
  2085.  
  2086. #------------------------------------------------------------------------------
  2087. # cisco:  file(1) magic for cisco Systems routers
  2088. #
  2089. # Most cisco file-formats are covered by the generic elf code
  2090. #
  2091. # Microcode files are non-ELF, 0x8501 conflicts with NetBSD/alpha.
  2092. 0    belong&0xffffff00    0x85011400  cisco IOS microcode
  2093. >7    string        >\0            for '%s'
  2094. 0    belong&0xffffff00    0x8501cb00  cisco IOS experimental microcode
  2095. >7    string        >\0            for '%s'
  2096. #------------------------------------------------------------------------------
  2097. # citrus locale declaration
  2098. #
  2099.  
  2100. 0    string        RuneCT        Citrus locale declaration for LC_CTYPE
  2101.  
  2102.  
  2103. #------------------------------------------------------------------------------
  2104. # claris:  file(1) magic for claris
  2105. # "H. Nanosecond" <aldomel@ix.netcom.com>
  2106. # Claris Works a word processor, etc.
  2107. # Version 3.0
  2108.  
  2109. # .pct claris works clip art files
  2110. #0000000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000
  2111. #*
  2112. #0001000 #010 250 377 377 377 377 000 213 000 230 000 021 002 377 014 000
  2113. #null to byte 1000 octal
  2114. 514    string    \377\377\377\377\000    Claris clip art?
  2115. >0    string    \0\0\0\0\0\0\0\0\0\0\0\0\0    yes.
  2116. 514    string    \377\377\377\377\001    Claris clip art?
  2117. >0    string    \0\0\0\0\0\0\0\0\0\0\0\0\0    yes.
  2118.  
  2119. # Claris works files
  2120. # .cwk
  2121. 0    string    \002\000\210\003\102\117\102\117\000\001\206 Claris works document
  2122. # .plt
  2123. 0    string    \020\341\000\000\010\010    Claris Works pallete files .plt
  2124.  
  2125. # .msp a dictionary file I am not sure about this I have only one .msp file
  2126. 0    string    \002\271\262\000\040\002\000\164    Claris works dictionary
  2127.  
  2128. # .usp are user dictionary bits
  2129. # I am not sure about a magic header:
  2130. #0000000 001 123 160 146 070 125 104 040 136 123 015 012 160 157 144 151
  2131. #        soh   S   p   f   8   U   D  sp   ^   S  cr  nl   p   o   d   i
  2132. #0000020 141 164 162 151 163 164 040 136 123 015 012 144 151 166 040 043
  2133. #          a   t   r   i   s   t  sp   ^   S  cr  nl   d   i   v  sp   #
  2134.  
  2135. # .mth Thesaurus
  2136. # starts with \0 but no magic header
  2137.  
  2138. # .chy Hyphenation file
  2139. # I am not sure: 000 210 034 000 000
  2140.  
  2141. # other claris files
  2142. #./windows/claris/useng.ndx: data
  2143. #./windows/claris/xtndtran.l32: data
  2144. #./windows/claris/xtndtran.lst: data
  2145. #./windows/claris/clworks.lbl: data
  2146. #./windows/claris/clworks.prf: data
  2147. #./windows/claris/userd.spl: data
  2148.  
  2149. #------------------------------------------------------------------------------
  2150. # clipper:  file(1) magic for Intergraph (formerly Fairchild) Clipper.
  2151. #
  2152. # XXX - what byte order does the Clipper use?
  2153. #
  2154. # XXX - what's the "!" stuff:
  2155. #
  2156. # >18    short        !074000,000000    C1 R1 
  2157. # >18    short        !074000,004000    C2 R1
  2158. # >18    short        !074000,010000    C3 R1
  2159. # >18    short        !074000,074000    TEST
  2160. #
  2161. # I shall assume it's ANDing the field with the first value and
  2162. # comparing it with the second, and rewrite it as:
  2163. #
  2164. # >18    short&074000    000000        C1 R1 
  2165. # >18    short&074000    004000        C2 R1
  2166. # >18    short&074000    010000        C3 R1
  2167. # >18    short&074000    074000        TEST
  2168. #
  2169. # as SVR3.1's "file" doesn't support anything of the "!074000,000000"
  2170. # sort, nor does SunOS 4.x, so either it's something Intergraph added
  2171. # in CLIX, or something AT&T added in SVR3.2 or later, or something
  2172. # somebody else thought was a good idea; it's not documented in the
  2173. # man page for this version of "magic", nor does it appear to be
  2174. # implemented (at least not after I blew off the bogus code to turn
  2175. # old-style "&"s into new-style "&"s, which just didn't work at all).
  2176. #
  2177. 0    short        0575        CLIPPER COFF executable (VAX #)
  2178. >20    short        0407        (impure)
  2179. >20    short        0410        (5.2 compatible)
  2180. >20    short        0411        (pure)
  2181. >20    short        0413        (demand paged)
  2182. >20    short        0443        (target shared library)
  2183. >12    long        >0        not stripped
  2184. >22    short        >0        - version %ld
  2185. 0    short        0577        CLIPPER COFF executable
  2186. >18    short&074000    000000        C1 R1 
  2187. >18    short&074000    004000        C2 R1
  2188. >18    short&074000    010000        C3 R1
  2189. >18    short&074000    074000        TEST
  2190. >20    short        0407        (impure)
  2191. >20    short        0410        (pure)
  2192. >20    short        0411        (separate I&D)
  2193. >20    short        0413        (paged)
  2194. >20    short        0443        (target shared library)
  2195. >12    long        >0        not stripped
  2196. >22    short        >0        - version %ld
  2197. >48    long&01        01        alignment trap enabled
  2198. >52    byte        1        -Ctnc
  2199. >52    byte        2        -Ctsw
  2200. >52    byte        3        -Ctpw
  2201. >52    byte        4        -Ctcb
  2202. >53    byte        1        -Cdnc
  2203. >53    byte        2        -Cdsw
  2204. >53    byte        3        -Cdpw
  2205. >53    byte        4        -Cdcb
  2206. >54    byte        1        -Csnc
  2207. >54    byte        2        -Cssw
  2208. >54    byte        3        -Cspw
  2209. >54    byte        4        -Cscb
  2210. 4    string        pipe        CLIPPER instruction trace
  2211. 4    string        prof        CLIPPER instruction profile
  2212.  
  2213. #------------------------------------------------------------------------------
  2214. # spec:  file(1) magic for SPEC raw results (*.raw, *.rsf)
  2215. #
  2216. # Cloyce D. Spradling <cloyce@headgear.org>
  2217.  
  2218. 0    string    spec            SPEC
  2219. >4    string    .cpu            CPU
  2220. >>8    string    <:            \b%.4s
  2221. >>12    string    .            raw result text
  2222.  
  2223. 17    string    version=SPECjbb        SPECjbb
  2224. >32    string    <:            \b%.4s
  2225. >>37    string    <:            v%.4s raw result text
  2226.  
  2227. 0    string    BEGIN\040SPECWEB    SPECweb
  2228. >13    string    <:            \b%.2s
  2229. >>15    string    _SSL            \b_SSL
  2230. >>>20    string    <:            v%.4s raw result text
  2231. >>16    string    <:            v%.4s raw result text
  2232.  
  2233. #------------------------------------------------------------------------------
  2234. # commands:  file(1) magic for various shells and interpreters
  2235. #
  2236. 0    string        :            shell archive or script for antique kernel text
  2237. 0    string/b    #!\ /bin/sh        Bourne shell script text executable
  2238. 0    string/b    #!\ /bin/csh        C shell script text executable
  2239. # korn shell magic, sent by George Wu, gwu@clyde.att.com
  2240. 0    string/b    #!\ /bin/ksh        Korn shell script text executable
  2241. 0    string/b     #!\ /bin/tcsh        Tenex C shell script text executable
  2242. 0    string/b     #!\ /usr/local/tcsh    Tenex C shell script text executable
  2243. 0    string/b    #!\ /usr/local/bin/tcsh    Tenex C shell script text executable
  2244.  
  2245. #
  2246. # zsh/ash/ae/nawk/gawk magic from cameron@cs.unsw.oz.au (Cameron Simpson)
  2247. 0    string/b    #!\ /bin/zsh        Paul Falstad's zsh script text executable
  2248. 0    string/b    #!\ /usr/bin/zsh    Paul Falstad's zsh script text executable
  2249. 0    string/b    #!\ /usr/local/bin/zsh    Paul Falstad's zsh script text executable
  2250. 0    string/b    #!\ /usr/local/bin/ash    Neil Brown's ash script text executable
  2251. 0    string/b    #!\ /usr/local/bin/ae    Neil Brown's ae script text executable
  2252. 0    string/b    #!\ /bin/nawk        new awk script text executable
  2253. 0    string/b    #!\ /usr/bin/nawk    new awk script text executable
  2254. 0    string/b    #!\ /usr/local/bin/nawk    new awk script text executable
  2255. 0    string/b    #!\ /bin/gawk        GNU awk script text executable
  2256. 0    string/b    #!\ /usr/bin/gawk    GNU awk script text executable
  2257. 0    string/b    #!\ /usr/local/bin/gawk    GNU awk script text executable
  2258. #
  2259. 0    string/b    #!\ /bin/awk        awk script text executable
  2260. 0    string/b    #!\ /usr/bin/awk    awk script text executable
  2261. 0    string        BEGIN            awk script text
  2262.  
  2263. # AT&T Bell Labs' Plan 9 shell
  2264. 0    string/b    #!\ /bin/rc    Plan 9 rc shell script text executable
  2265.  
  2266. # bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de)
  2267. 0    string/b    #!\ /bin/bash    Bourne-Again shell script text executable
  2268. 0    string/b    #!\ /usr/local/bin/bash    Bourne-Again shell script text executable
  2269.  
  2270. # using env
  2271. 0    string        #!/usr/bin/env        a
  2272. >15    string        >\0            %s script text executable
  2273. 0    string        #!\ /usr/bin/env    a
  2274. >16    string        >\0            %s script text executable
  2275.  
  2276. # PHP scripts
  2277. # Ulf Harnhammar <ulfh@update.uu.se>
  2278. 0    string/c    =<?php            PHP script text
  2279. 0    string        =<?\n            PHP script text
  2280. 0    string        =<?\r            PHP script text
  2281. 0    string/b    #!\ /usr/local/bin/php    PHP script text executable
  2282. 0    string/b    #!\ /usr/bin/php    PHP script text executable
  2283.  
  2284. 0    string        Zend\x00        PHP script Zend Optimizer data
  2285.  
  2286. #----------------------------------------------------------------------------
  2287. # communication
  2288.  
  2289. # TTCN is the Tree and Tabular Combined Notation described in ISO 9646-3.
  2290. # It is used for conformance testing of communication protocols.
  2291. # Added by W. Borgert <debacle@debian.org>.
  2292. 0    string        $Suite            TTCN Abstract Test Suite
  2293. >&1    string        $SuiteId
  2294. >>&1    string        >\n            %s
  2295. >&2    string        $SuiteId
  2296. >>&1    string        >\n            %s
  2297. >&3    string        $SuiteId
  2298. >>&1    string        >\n            %s
  2299.  
  2300. # MSC (message sequence charts) are a formal description technique,
  2301. # described in ITU-T Z.120, mainly used for communication protocols.
  2302. # Added by W. Borgert <debacle@debian.org>.
  2303. 0    string        mscdocument    Message Sequence Chart (document)
  2304. 0    string        msc        Message Sequence Chart (chart)
  2305. 0    string        submsc        Message Sequence Chart (subchart)
  2306.  
  2307. #------------------------------------------------------------------------------
  2308. # compress:  file(1) magic for pure-compression formats (no archives)
  2309. #
  2310. # compress, gzip, pack, compact, huf, squeeze, crunch, freeze, yabba, etc.
  2311. #
  2312. # Formats for various forms of compressed data
  2313. # Formats for "compress" proper have been moved into "compress.c",
  2314. # because it tries to uncompress it to figure out what's inside.
  2315.  
  2316. # standard unix compress
  2317. 0    string        \037\235    compress'd data
  2318. >2    byte&0x80    >0        block compressed
  2319. >2    byte&0x1f    x        %d bits
  2320.  
  2321. # gzip (GNU zip, not to be confused with Info-ZIP or PKWARE zip archiver)
  2322. #   Edited by Chris Chittleborough <cchittleborough@yahoo.com.au>, March 2002
  2323. #    * Original filename is only at offset 10 if "extra field" absent
  2324. #    * Produce shorter output - notably, only report compression methods
  2325. #      other than 8 ("deflate", the only method defined in RFC 1952).
  2326. 0       string          \037\213        gzip compressed data
  2327. >2    byte        <8        \b, reserved method
  2328. >2    byte        >8        \b, unknown method
  2329. >3    byte        &0x01        \b, ASCII
  2330. >3    byte        &0x02        \b, continuation
  2331. >3    byte        &0x04        \b, extra field
  2332. >3    byte&0xC    =0x08
  2333. >>10    string        x        \b, was "%s"
  2334. >9    byte        =0x00        \b, from MS-DOS
  2335. >9    byte        =0x01        \b, from Amiga
  2336. >9    byte        =0x02        \b, from VMS
  2337. >9    byte        =0x03        \b, from Unix
  2338. >9    byte        =0x05        \b, from Atari
  2339. >9    byte        =0x06        \b, from OS/2
  2340. >9    byte        =0x07        \b, from MacOS
  2341. >9    byte        =0x0A        \b, from Tops/20
  2342. >9    byte        =0x0B        \b, from Win/32
  2343. >3    byte        &0x10        \b, comment
  2344. >3    byte        &0x20        \b, encrypted
  2345. ### >4    ledate        x        last modified: %s,
  2346. >8    byte        2        \b, max compression
  2347. >8    byte        4        \b, max speed
  2348.  
  2349. # packed data, Huffman (minimum redundancy) codes on a byte-by-byte basis
  2350. 0    string        \037\036    packed data
  2351. >2    belong        >1        \b, %d characters originally
  2352. >2    belong        =1        \b, %d character originally
  2353. #
  2354. # This magic number is byte-order-independent.
  2355. 0    short        0x1f1f        old packed data
  2356.  
  2357. # XXX - why *two* entries for "compacted data", one of which is
  2358. # byte-order independent, and one of which is byte-order dependent?
  2359. #
  2360. 0    short        0x1fff        compacted data
  2361. # This string is valid for SunOS (BE) and a matching "short" is listed
  2362. # in the Ultrix (LE) magic file.
  2363. 0    string        \377\037    compacted data
  2364. 0    short        0145405        huf output
  2365.  
  2366. # bzip2
  2367. 0    string        BZh        bzip2 compressed data
  2368. >3    byte        >47        \b, block size = %c00k
  2369.  
  2370. # squeeze and crunch
  2371. # Michael Haardt <michael@cantor.informatik.rwth-aachen.de>
  2372. 0    beshort        0x76FF        squeezed data,
  2373. >4    string        x        original name %s
  2374. 0    beshort        0x76FE        crunched data,
  2375. >2    string        x        original name %s
  2376. 0    beshort        0x76FD        LZH compressed data,
  2377. >2    string        x        original name %s
  2378.  
  2379. # Freeze
  2380. 0    string        \037\237    frozen file 2.1
  2381. 0    string        \037\236    frozen file 1.0 (or gzip 0.5)
  2382.  
  2383. # SCO compress -H (LZH)
  2384. 0    string        \037\240    SCO compress -H (LZH) data
  2385.  
  2386. # European GSM 06.10 is a provisional standard for full-rate speech
  2387. # transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse
  2388. # excitation/long term prediction) coding at 13 kbit/s.
  2389. #
  2390. # There's only a magic nibble (4 bits); that nibble repeats every 33
  2391. # bytes.  This isn't suited for use, but maybe we can use it someday.
  2392. #
  2393. # This will cause very short GSM files to be declared as data and
  2394. # mismatches to be declared as data too!
  2395. #0    byte&0xF0    0xd0        data
  2396. #>33    byte&0xF0    0xd0
  2397. #>66    byte&0xF0    0xd0
  2398. #>99    byte&0xF0    0xd0
  2399. #>132    byte&0xF0    0xd0        GSM 06.10 compressed audio
  2400.  
  2401. # bzip    a block-sorting file compressor
  2402. #    by Julian Seward <sewardj@cs.man.ac.uk> and others
  2403. #
  2404. 0    string        BZ        bzip compressed data
  2405. >2    byte        x        \b, version: %c
  2406. >3    string        =1        \b, compression block size 100k
  2407. >3    string        =2        \b, compression block size 200k
  2408. >3    string        =3        \b, compression block size 300k
  2409. >3    string        =4        \b, compression block size 400k
  2410. >3    string        =5        \b, compression block size 500k
  2411. >3    string        =6        \b, compression block size 600k
  2412. >3    string        =7        \b, compression block size 700k
  2413. >3    string        =8        \b, compression block size 800k
  2414. >3    string        =9        \b, compression block size 900k
  2415.  
  2416. # lzop from <markus.oberhumer@jk.uni-linz.ac.at>
  2417. 0    string        \x89\x4c\x5a\x4f\x00\x0d\x0a\x1a\x0a    lzop compressed data
  2418. >9    beshort        <0x0940
  2419. >>9    byte&0xf0    =0x00        - version 0.
  2420. >>9    beshort&0x0fff    x        \b%03x,
  2421. >>13    byte        1        LZO1X-1,
  2422. >>13    byte        2        LZO1X-1(15),
  2423. >>13    byte        3        LZO1X-999,
  2424. ## >>22    bedate        >0        last modified: %s,
  2425. >>14    byte        =0x00        os: MS-DOS
  2426. >>14    byte        =0x01        os: Amiga
  2427. >>14    byte        =0x02        os: VMS
  2428. >>14    byte        =0x03        os: Unix
  2429. >>14    byte        =0x05        os: Atari
  2430. >>14    byte        =0x06        os: OS/2
  2431. >>14    byte        =0x07        os: MacOS
  2432. >>14    byte        =0x0A        os: Tops/20
  2433. >>14    byte        =0x0B        os: WinNT
  2434. >>14    byte        =0x0E        os: Win32
  2435. >9    beshort        >0x0939
  2436. >>9    byte&0xf0    =0x00        - version 0.
  2437. >>9    byte&0xf0    =0x10        - version 1.
  2438. >>9    byte&0xf0    =0x20        - version 2.
  2439. >>9    beshort&0x0fff    x        \b%03x,
  2440. >>15    byte        1        LZO1X-1,
  2441. >>15    byte        2        LZO1X-1(15),
  2442. >>15    byte        3        LZO1X-999,
  2443. ## >>25    bedate        >0        last modified: %s,
  2444. >>17    byte        =0x00        os: MS-DOS
  2445. >>17    byte        =0x01        os: Amiga
  2446. >>17    byte        =0x02        os: VMS
  2447. >>17    byte        =0x03        os: Unix
  2448. >>17    byte        =0x05        os: Atari
  2449. >>17    byte        =0x06        os: OS/2
  2450. >>17    byte        =0x07        os: MacOS
  2451. >>17    byte        =0x0A        os: Tops/20
  2452. >>17    byte        =0x0B        os: WinNT
  2453. >>17    byte        =0x0E        os: Win32
  2454.  
  2455. # 4.3BSD-Quasijarus Strong Compression
  2456. # http://minnie.tuhs.org/Quasijarus/compress.html
  2457. 0    string        \037\241    Quasijarus strong compressed data
  2458.  
  2459. # From: Cory Dikkers <cdikkers@swbell.net>
  2460. 0    string        XPKF        Amiga xpkf.library compressed data
  2461. 0    string        PP11        Power Packer 1.1 compressed data
  2462. 0    string        PP20        Power Packer 2.0 compressed data,
  2463. >4    belong        0x09090909    fast compression
  2464. >4    belong        0x090A0A0A    mediocre compression
  2465. >4    belong        0x090A0B0B    good compression
  2466. >4    belong        0x090A0C0C    very good compression
  2467. >4    belong        0x090A0C0D    best compression
  2468.  
  2469. # 7z archiver, from Thomas Klausner (wiz@danbala.tuwien.ac.at)
  2470. # http://www.7-zip.org or DOC/7zFormat.txt 
  2471. #
  2472. 0    string        7z\274\257\047\034    7z archive data,
  2473. >6    byte        x            version %d
  2474. >7    byte        x            \b.%d
  2475.  
  2476. # AFX compressed files (Wolfram Kleff)
  2477. 2    string        -afx-        AFX compressed file data
  2478. #------------------------------------------------------------------------------
  2479. # Console game magic
  2480. # Toby Deshane <hac@shoelace.digivill.net>
  2481. #    ines:  file(1) magic for Marat's iNES Nintendo Entertainment System
  2482. #           ROM dump format
  2483.  
  2484. 0 string NES\032 iNES ROM dump,
  2485. >4 byte  x     %dx16k PRG
  2486. >5 byte  x     \b, %dx8k CHR
  2487. >6 byte&0x01  =0x1  \b, [Vert.]
  2488. >6 byte&0x01  =0x0  \b, [Horiz.]
  2489. >6 byte&0x02  =0x2  \b, [SRAM]
  2490. >6 byte&0x04  =0x4  \b, [Trainer]
  2491. >6 byte&0x04  =0x8  \b, [4-Scr]
  2492.  
  2493. #------------------------------------------------------------------------------
  2494. # gameboy:  file(1) magic for the Nintendo (Color) Gameboy raw ROM format
  2495. #
  2496. 0x104 belong 0xCEED6666 Gameboy ROM:
  2497. >0x134 string >\0 "%.16s"
  2498. >0x146 byte 0x03  \b,[SGB]
  2499. >0x147 byte 0x00  \b, [ROM ONLY]
  2500. >0x147 byte 0x01  \b, [ROM+MBC1]
  2501. >0x147 byte 0x02  \b, [ROM+MBC1+RAM]
  2502. >0x147 byte 0x03  \b, [ROM+MBC1+RAM+BATT]
  2503. >0x147 byte 0x05  \b, [ROM+MBC2]
  2504. >0x147 byte 0x06  \b, [ROM+MBC2+BATTERY]
  2505. >0x147 byte 0x08  \b, [ROM+RAM]
  2506. >0x147 byte 0x09  \b, [ROM+RAM+BATTERY]
  2507. >0x147 byte 0x0B  \b, [ROM+MMM01]
  2508. >0x147 byte 0x0C  \b, [ROM+MMM01+SRAM]
  2509. >0x147 byte 0x0D  \b, [ROM+MMM01+SRAM+BATT]
  2510. >0x147 byte 0x0F  \b, [ROM+MBC3+TIMER+BATT]
  2511. >0x147 byte 0x10  \b, [ROM+MBC3+TIMER+RAM+BATT]
  2512. >0x147 byte 0x11  \b, [ROM+MBC3]
  2513. >0x147 byte 0x12  \b, [ROM+MBC3+RAM]
  2514. >0x147 byte 0x13  \b, [ROM+MBC3+RAM+BATT]
  2515. >0x147 byte 0x19  \b, [ROM+MBC5]
  2516. >0x147 byte 0x1A  \b, [ROM+MBC5+RAM]
  2517. >0x147 byte 0x1B  \b, [ROM+MBC5+RAM+BATT]
  2518. >0x147 byte 0x1C  \b, [ROM+MBC5+RUMBLE]
  2519. >0x147 byte 0x1D  \b, [ROM+MBC5+RUMBLE+SRAM]
  2520. >0x147 byte 0x1E  \b, [ROM+MBC5+RUMBLE+SRAM+BATT]
  2521. >0x147 byte 0x1F  \b, [Pocket Camera]
  2522. >0x147 byte 0xFD  \b, [Bandai TAMA5]
  2523. >0x147 byte 0xFE  \b, [Hudson HuC-3]
  2524. >0x147 byte 0xFF  \b, [Hudson HuC-1]
  2525.  
  2526. >0x148 byte 0     \b, ROM: 256Kbit
  2527. >0x148 byte 1     \b, ROM: 512Kbit
  2528. >0x148 byte 2     \b, ROM: 1Mbit
  2529. >0x148 byte 3     \b, ROM: 2Mbit
  2530. >0x148 byte 4     \b, ROM: 4Mbit
  2531. >0x148 byte 5     \b, ROM: 8Mbit
  2532. >0x148 byte 6     \b, ROM: 16Mbit
  2533. >0x148 byte 0x52  \b, ROM: 9Mbit
  2534. >0x148 byte 0x53  \b, ROM: 10Mbit
  2535. >0x148 byte 0x54  \b, ROM: 12Mbit
  2536.  
  2537. >0x149 byte 1     \b, RAM: 16Kbit
  2538. >0x149 byte 2     \b, RAM: 64Kbit
  2539. >0x149 byte 3     \b, RAM: 128Kbit
  2540. >0x149 byte 4     \b, RAM: 1Mbit
  2541.  
  2542. #>0x14e long  x     \b, CRC: %x
  2543.  
  2544. #------------------------------------------------------------------------------
  2545. # genesis:  file(1) magic for the Sega MegaDrive/Genesis raw ROM format
  2546. #
  2547. 0x100 string SEGA  Sega MegaDrive/Genesis raw ROM dump
  2548. >0x120 string >\0 Name: "%.16s"
  2549. >0x110 string >\0 %.16s
  2550. >0x1B0 string RA with SRAM
  2551.  
  2552. #------------------------------------------------------------------------------
  2553. # genesis:  file(1) magic for the Super MegaDrive ROM dump format
  2554. #
  2555. 0x280 string EAGN  Super MagicDrive ROM dump
  2556. >0 byte x %dx16k blocks
  2557. >2 byte 0 \b, last in series or standalone
  2558. >2 byte >0 \b, split ROM
  2559. >8 byte 0xAA
  2560. >9 byte 0xBB
  2561.  
  2562. #------------------------------------------------------------------------------
  2563. # genesis:  file(1) alternate magic for the Super MegaDrive ROM dump format
  2564. #
  2565. 0x280 string EAMG  Super MagicDrive ROM dump
  2566. >0 byte x %dx16k blocks
  2567. >2 byte x \b, last in series or standalone
  2568. >8 byte 0xAA
  2569. >9 byte 0xBB
  2570.  
  2571. #------------------------------------------------------------------------------
  2572. # smsgg:  file(1) magic for Sega Master System and Game Gear ROM dumps
  2573. #
  2574. # Does not detect all images.  Very preliminary guesswork.  Need more data
  2575. # on format.
  2576. #
  2577. # FIXME: need a little more info...;P
  2578. #
  2579. #0 byte 0xF3
  2580. #>1 byte 0xED  Sega Master System/Game Gear ROM dump
  2581. #>1 byte 0x31  Sega Master System/Game Gear ROM dump
  2582. #>1 byte 0xDB  Sega Master System/Game Gear ROM dump
  2583. #>1 byte 0xAF  Sega Master System/Game Gear ROM dump
  2584. #>1 byte 0xC3  Sega Master System/Game Gear ROM dump
  2585.  
  2586. #------------------------------------------------------------------------------
  2587. # dreamcast:  file(1) uncertain magic for the Sega Dreamcast VMU image format
  2588. #
  2589. 0 belong 0x21068028   Sega Dreamcast VMU game image
  2590. 0 string LCDi         Dream Animator file
  2591.  
  2592. #------------------------------------------------------------------------------
  2593. # v64: file(1) uncertain magic for the V64 format N64 ROM dumps
  2594. #
  2595. 0 belong 0x37804012    V64 Nintendo 64 ROM dump
  2596.  
  2597. #------------------------------------------------------------------------------
  2598. # msx: file(1) magic for MSX game cartridge dumps
  2599. # Too simple - MPi
  2600. #0 beshort 0x4142 MSX game cartridge dump 
  2601.  
  2602. #------------------------------------------------------------------------------
  2603. # Sony Playstation executables (Adam Sjoegren <asjo@diku.dk>) :
  2604. 0    string    PS-X\ EXE    Sony Playstation executable
  2605. #  Area:
  2606. >113    string    x        (%s)
  2607.  
  2608. #------------------------------------------------------------------------------
  2609. # Microsoft Xbox executables .xbe (Esa Hyyti├ñ <ehyytia@cc.hut.fi>)
  2610. 0       string          XBEH            XBE, Microsoft Xbox executable
  2611. # probabilistic checks whether signed or not
  2612. >0x0004 ulelong =0x0
  2613. >>&2    ulelong =0x0
  2614. >>>&2   ulelong =0x0  \b, not signed
  2615. >0x0004 ulelong >0
  2616. >>&2    ulelong >0
  2617. >>>&2   ulelong >0    \b, signed
  2618. # expect base address of 0x10000
  2619. >0x0104               ulelong =0x10000
  2620. >>(0x0118-0x0FF60)    ulelong&0x80000007  0x80000007 \b, all regions
  2621. >>(0x0118-0x0FF60)    ulelong&0x80000007  !0x80000007
  2622. >>>(0x0118-0x0FF60)   ulelong >0           (regions:
  2623. >>>>(0x0118-0x0FF60)  ulelong &0x00000001  NA
  2624. >>>>(0x0118-0x0FF60)  ulelong &0x00000002  Japan
  2625. >>>>(0x0118-0x0FF60)  ulelong &0x00000004  Rest_of_World
  2626. >>>>(0x0118-0x0FF60)  ulelong &0x80000000  Manufacturer
  2627. >>>(0x0118-0x0FF60)   ulelong >0           \b)
  2628.  
  2629. # --------------------------------
  2630. # Microsoft Xbox data file formats
  2631. 0       string          XIP0            XIP, Microsoft Xbox data
  2632. 0       string          XTF0            XTF, Microsoft Xbox data
  2633.  
  2634. # Atari Lynx cartridge dump (EXE/BLL header)
  2635. # From: "Stefan A. Haubenthal" <polluks@web.de>
  2636.  
  2637. 0    beshort        0x8008        Lynx cartridge,
  2638. >2    beshort        x        RAM start $%04x
  2639. >6    string        BS93
  2640.  
  2641. #------------------------------------------------------------------------------
  2642. # Z-machine:  file(1) magic for Z-machine binaries.
  2643. #
  2644. # This will match ${TEX_BASE}/texmf/omega/ocp/char2uni/inbig5.ocp which
  2645. # appears to be a version-0 Z-machine binary.
  2646. #
  2647. # The (false match) message is to correct that behavior.  Perhaps it is
  2648. # not needed.
  2649. #
  2650. >16    belong&0xfe00f0f0    0x3030    Infocom game data
  2651. >0    ubyte            0    (false match)
  2652. >0    ubyte            >0    (Z-machine %d,
  2653. >>2    ubeshort        x    Release %d /
  2654. >>18    string            >\0    Serial %.6s)
  2655.  
  2656. #------------------------------------------------------------------------------
  2657. # Glulx:  file(1) magic for Glulx binaries.
  2658. #
  2659. # I haven't checked for false matches yet.
  2660. #
  2661. 0    string            Glul    Glulx game data
  2662.  
  2663.  
  2664.  
  2665. # These go at the end of the iff rules
  2666. #
  2667. # I don't see why these might collide with anything else.
  2668. #
  2669. # Interactive Fiction related formats
  2670. #
  2671. >8    string        IFRS        \b, Blorb Interactive Fiction
  2672. >>24    string        Exec        with executable chunk
  2673. >8    string          IFZS        \b, Z-machine or Glulx saved game file (Quetzal)
  2674.  
  2675. #------------------------------------------------------------------------------
  2676. # convex:  file(1) magic for Convex boxes
  2677. #
  2678. # Convexes are big-endian.
  2679. #
  2680. # /*\
  2681. #  * Below are the magic numbers and tests added for Convex.
  2682. #  * Added at beginning, because they are expected to be used most.
  2683. # \*/
  2684. 0    belong    0507    Convex old-style object
  2685. >16    belong    >0    not stripped
  2686. 0    belong    0513    Convex old-style demand paged executable
  2687. >16    belong    >0    not stripped
  2688. 0    belong    0515    Convex old-style pre-paged executable
  2689. >16    belong    >0    not stripped
  2690. 0    belong    0517    Convex old-style pre-paged, non-swapped executable
  2691. >16    belong    >0    not stripped
  2692. 0    belong    0x011257    Core file
  2693. #
  2694. # The following are a series of dump format magic numbers.  Each one
  2695. # corresponds to a drastically different dump format.  The first on is
  2696. # the original dump format on a 4.1 BSD or earlier file system.  The
  2697. # second marks the change between the 4.1 file system and the 4.2 file
  2698. # system.  The Third marks the changing of the block size from 1K
  2699. # to 2K to be compatible with an IDC file system.  The fourth indicates
  2700. # a dump that is dependent on Convex Storage Manager, because data in
  2701. # secondary storage is not physically contained within the dump.
  2702. # The restore program uses these number to determine how the data is
  2703. # to be extracted.
  2704. #
  2705. 24    belong    =60011    dump format, 4.1 BSD or earlier
  2706. 24    belong    =60012    dump format, 4.2 or 4.3 BSD without IDC
  2707. 24    belong    =60013    dump format, 4.2 or 4.3 BSD (IDC compatible)
  2708. 24    belong    =60014    dump format, Convex Storage Manager by-reference dump
  2709. #
  2710. # what follows is a bunch of bit-mask checks on the flags field of the opthdr.
  2711. # If there is no `=' sign, assume just checking for whether the bit is set?
  2712. #
  2713. 0    belong    0601        Convex SOFF
  2714. >88    belong&0x000f0000    =0x00000000    c1
  2715. >88    belong            &0x00010000    c2
  2716. >88    belong            &0x00020000    c2mp
  2717. >88    belong            &0x00040000    parallel
  2718. >88    belong            &0x00080000    intrinsic
  2719. >88    belong            &0x00000001    demand paged
  2720. >88    belong            &0x00000002    pre-paged
  2721. >88    belong            &0x00000004    non-swapped
  2722. >88    belong            &0x00000008    POSIX
  2723. #
  2724. >84    belong            &0x80000000    executable
  2725. >84    belong            &0x40000000    object
  2726. >84    belong&0x20000000    =0        not stripped
  2727. >84    belong&0x18000000    =0x00000000    native fpmode
  2728. >84    belong&0x18000000    =0x10000000    ieee fpmode
  2729. >84    belong&0x18000000    =0x18000000    undefined fpmode
  2730. #
  2731. 0    belong            0605        Convex SOFF core
  2732. #
  2733. 0    belong            0607        Convex SOFF checkpoint
  2734. >88    belong&0x000f0000    =0x00000000    c1
  2735. >88    belong            &0x00010000    c2
  2736. >88    belong            &0x00020000    c2mp
  2737. >88    belong            &0x00040000    parallel
  2738. >88    belong            &0x00080000    intrinsic
  2739. >88    belong            &0x00000008    POSIX
  2740. #
  2741. >84    belong&0x18000000    =0x00000000    native fpmode
  2742. >84    belong&0x18000000    =0x10000000    ieee fpmode
  2743. >84    belong&0x18000000    =0x18000000    undefined fpmode
  2744.  
  2745. # ----------------------------------------------------------------------------
  2746. # ctags:  file (1) magic for Exuberant Ctags files
  2747. # From: Alexander Mai <mai@migdal.ikp.physik.tu-darmstadt.de>
  2748. 0       string  !_TAG   Exuberant Ctags tag file text
  2749.  
  2750. #------------------------------------------------------------------------------
  2751. # dact:  file(1) magic for DACT compressed files
  2752. #
  2753. 0    long        0x444354C3    DACT compressed data
  2754. >4    byte        >-1        (version %i.
  2755. >5    byte        >-1        $BS%i.
  2756. >6    byte        >-1        $BS%i)
  2757. >7    long        >0        $BS, original size: %i bytes
  2758. >15    long        >30        $BS, block size: %i bytes
  2759.  
  2760. #------------------------------------------------------------------------------
  2761. # database:  file(1) magic for various databases
  2762. #
  2763. # extracted from header/code files by Graeme Wilford (eep2gw@ee.surrey.ac.uk)
  2764. #
  2765. #
  2766. # GDBM magic numbers
  2767. #  Will be maintained as part of the GDBM distribution in the future.
  2768. #  <downsj@teeny.org>
  2769. 0    belong    0x13579ace    GNU dbm 1.x or ndbm database, big endian
  2770. 0    lelong    0x13579ace    GNU dbm 1.x or ndbm database, little endian
  2771. 0    string    GDBM        GNU dbm 2.x database
  2772. #
  2773. # Berkeley DB
  2774. #
  2775. # Ian Darwin's file /etc/magic files: big/little-endian version.
  2776. #
  2777. # Hash 1.85/1.86 databases store metadata in network byte order.
  2778. # Btree 1.85/1.86 databases store the metadata in host byte order.
  2779. # Hash and Btree 2.X and later databases store the metadata in host byte order.
  2780.  
  2781. 0    long    0x00061561    Berkeley DB
  2782. >8    belong    4321
  2783. >>4    belong    >2        1.86
  2784. >>4    belong    <3        1.85
  2785. >>4    belong    >0        (Hash, version %d, native byte-order)
  2786. >8    belong    1234
  2787. >>4    belong    >2        1.86
  2788. >>4    belong    <3        1.85
  2789. >>4    belong    >0        (Hash, version %d, little-endian)
  2790.  
  2791. 0    belong    0x00061561    Berkeley DB
  2792. >8    belong    4321
  2793. >>4    belong    >2        1.86
  2794. >>4    belong    <3        1.85
  2795. >>4    belong    >0        (Hash, version %d, big-endian)
  2796. >8    belong    1234
  2797. >>4    belong    >2        1.86
  2798. >>4    belong    <3        1.85
  2799. >>4    belong    >0        (Hash, version %d, native byte-order)
  2800.  
  2801. 0    long    0x00053162    Berkeley DB 1.85/1.86
  2802. >4    long    >0        (Btree, version %d, native byte-order)
  2803. 0    belong    0x00053162    Berkeley DB 1.85/1.86
  2804. >4    belong    >0        (Btree, version %d, big-endian)
  2805. 0    lelong    0x00053162    Berkeley DB 1.85/1.86
  2806. >4    lelong    >0        (Btree, version %d, little-endian)
  2807.  
  2808. 12    long    0x00061561    Berkeley DB
  2809. >16    long    >0        (Hash, version %d, native byte-order)
  2810. 12    belong    0x00061561    Berkeley DB
  2811. >16    belong    >0        (Hash, version %d, big-endian)
  2812. 12    lelong    0x00061561    Berkeley DB
  2813. >16    lelong    >0        (Hash, version %d, little-endian)
  2814.  
  2815. 12    long    0x00053162    Berkeley DB
  2816. >16    long    >0        (Btree, version %d, native byte-order)
  2817. 12    belong    0x00053162    Berkeley DB
  2818. >16    belong    >0        (Btree, version %d, big-endian)
  2819. 12    lelong    0x00053162    Berkeley DB
  2820. >16    lelong    >0        (Btree, version %d, little-endian)
  2821.  
  2822. 12    long    0x00042253    Berkeley DB
  2823. >16    long    >0        (Queue, version %d, native byte-order)
  2824. 12    belong    0x00042253    Berkeley DB
  2825. >16    belong    >0        (Queue, version %d, big-endian)
  2826. 12    lelong    0x00042253    Berkeley DB
  2827. >16    lelong    >0        (Queue, version %d, little-endian)
  2828.  
  2829. # From Max Bowsher.
  2830. 12    long    0x00040988    Berkeley DB
  2831. >16    long    >0        (Log, version %d, native byte-order)
  2832. 12    belong    0x00040988    Berkeley DB 
  2833. >16    belong    >0        (Log, version %d, big-endian)
  2834. 12    lelong    0x00040988    Berkeley DB
  2835. >16    lelong    >0        (Log, version %d, little-endian)
  2836.  
  2837. #
  2838. #
  2839. # Round Robin Database Tool by Tobias Oetiker <oetiker@ee.ethz.ch>
  2840. 0    string    RRD        RRDTool DB
  2841. >4    string    x        version %s
  2842. #----------------------------------------------------------------------
  2843. # ROOT: file(1) magic for ROOT databases
  2844. #
  2845. 0       string  root\0  ROOT file
  2846. >4      belong  x       Version %d
  2847. >33     belong  x       (Compression: %d)
  2848.  
  2849. # XXX: Weak magic.
  2850. # Alex Ott <ott@jet.msk.su>
  2851. ## Paradox file formats
  2852. #2      leshort    0x0800    Paradox 
  2853. #>0x39      byte        3    v. 3.0 
  2854. #>0x39      byte        4    v. 3.5 
  2855. #>0x39      byte        9    v. 4.x 
  2856. #>0x39      byte        10    v. 5.x 
  2857. #>0x39      byte        11    v. 5.x 
  2858. #>0x39      byte        12    v. 7.x 
  2859. #>>0x04      byte        0    indexed .DB data file 
  2860. #>>0x04      byte        1    primary index .PX file 
  2861. #>>0x04      byte        2    non-indexed .DB data file 
  2862. #>>0x04      byte        3    non-incrementing secondary index .Xnn file 
  2863. #>>0x04      byte        4    secondary index .Ynn file 
  2864. #>>0x04      byte        5    incrementing secondary index .Xnn file 
  2865. #>>0x04      byte        6    non-incrementing secondary index .XGn file 
  2866. #>>0x04      byte        7    secondary index .YGn file 
  2867. #>>>0x04      byte        8    incrementing secondary index .XGn file 
  2868. ## XBase database files
  2869. #0      byte       0x02    
  2870. #>8     leshort      >0
  2871. #>>12   leshort    0    FoxBase 
  2872. #>>>0x04    lelong        0        (no records)
  2873. #>>>0x04    lelong        >0        (%ld records)
  2874. #
  2875. #0      byte       0x03    
  2876. #>8     leshort      >0
  2877. #>>12   leshort    0    FoxBase+, FoxPro, dBaseIII+, dBaseIV, no memo 
  2878. #>>>0x04    lelong        0        (no records)
  2879. #>>>0x04    lelong        >0        (%ld records)
  2880. #
  2881. #0      byte       0x04    
  2882. #>8     leshort      >0
  2883. #>>12   leshort    0    dBASE IV no memo file 
  2884. #>>>0x04    lelong        0        (no records)
  2885. #>>>0x04    lelong        >0        (%ld records)
  2886. #
  2887. #0      byte       0x05    
  2888. #>8     leshort      >0
  2889. #>>12   leshort    0    dBASE V no memo file 
  2890. #>>>0x04    lelong        0        (no records)
  2891. #>>>0x04    lelong        >0        (%ld records)
  2892. #
  2893. #0      byte       0x30
  2894. #>8     leshort      >0
  2895. #>>12   leshort    0    Visual FoxPro 
  2896. #>>>0x04    lelong        0        (no records)
  2897. #>>>0x04    lelong        >0        (%ld records)
  2898. #
  2899. #0      byte       0x43
  2900. #>8     leshort      >0
  2901. #>>12   leshort    0    FlagShip with memo var size 
  2902. #>>>0x04    lelong        0        (no records)
  2903. #>>>0x04    lelong        >0        (%ld records)
  2904. #
  2905. #0      byte       0x7b
  2906. #>8     leshort      >0
  2907. #>>12   leshort    0    dBASEIV with memo 
  2908. #>>>0x04    lelong        0        (no records)
  2909. #>>>0x04    lelong        >0        (%ld records)
  2910. #
  2911. #0      byte       0x83    
  2912. #>8     leshort      >0
  2913. #>>12   leshort    0    FoxBase+, dBaseIII+ with memo 
  2914. #>>>0x04    lelong        0        (no records)
  2915. #>>>0x04    lelong        >0        (%ld records)
  2916. #
  2917. #0      byte       0x8b
  2918. #>8     leshort      >0
  2919. #>>12   leshort    0    dBaseIV with memo 
  2920. #>>>0x04    lelong        0        (no records)
  2921. #>>>0x04    lelong        >0        (%ld records)
  2922. #
  2923. #0      byte       0x8e    
  2924. #>8     leshort      >0
  2925. #>>12   leshort    0    dBaseIV with SQL Table 
  2926. #>>>0x04    lelong        0        (no records)
  2927. #>>>0x04    lelong        >0        (%ld records)
  2928. #
  2929. #0      byte       0xb3
  2930. #>8     leshort      >0
  2931. #>>12   leshort    0    FlagShip with .dbt memo 
  2932. #>>>0x04    lelong        0        (no records)
  2933. #>>>0x04    lelong        >0        (%ld records)
  2934. #
  2935. #0      byte       0xf5
  2936. #>8     leshort      >0
  2937. #>>12   leshort    0    FoxPro with memo 
  2938. #>>>0x04    lelong        0        (no records)
  2939. #>>>0x04    lelong        >0        (%ld records)
  2940. #
  2941. #0    leshort        0x0006        DBase 3 index file
  2942.  
  2943. # MS Access database
  2944. 4      string    Standard\ Jet\ DB    Microsoft Access Database
  2945.  
  2946. # TDB database from Samba et al - Martin Pool <mbp@samba.org>
  2947. 0    string    TDB\ file        TDB database
  2948. >32    lelong    0x2601196D        version 6, little-endian
  2949. >>36    lelong    x            hash size %d bytes
  2950.  
  2951. # SE Linux policy database
  2952. 0       lelong  0xf97cff8c      SE Linux policy
  2953. >16     lelong  x               v%d
  2954. >20     lelong  1      MLS
  2955. >24     lelong  x       %d symbols
  2956. >28     lelong  x       %d ocons
  2957.  
  2958. # ICE authority file data (Wolfram Kleff)
  2959. 2    string        ICE        ICE authority data
  2960.  
  2961. # X11 Xauthority file (Wolfram Kleff)
  2962. 10    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  2963. 11    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  2964. 12    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  2965. 13    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  2966. 14    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  2967. 15    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  2968. 16    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  2969. 17    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  2970. 18    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  2971.  
  2972. #------------------------------------------------------------------------------
  2973. # diamond:  file(1) magic for Diamond system
  2974. #
  2975. # ... diamond is a multi-media mail and electronic conferencing system....
  2976. #
  2977. # XXX - I think it was either renamed Slate, or replaced by Slate....
  2978. #
  2979. #    The full deal is too long...
  2980. #0    string    <list>\n<protocol\ bbn-multimedia-format>    Diamond Multimedia Document
  2981. 0    string    =<list>\n<protocol\ bbn-m    Diamond Multimedia Document
  2982.  
  2983. #------------------------------------------------------------------------------
  2984. # diff:  file(1) magic for diff(1) output
  2985. #
  2986. 0    string        diff\     'diff' output text
  2987. 0    string        ***\         'diff' output text
  2988. 0    string        Only\ in\     'diff' output text
  2989. 0    string        Common\ subdirectories:\     'diff' output text
  2990. #  Digital UNIX - Info
  2991. #
  2992. 0    string    !<arch>\n________64E    Alpha archive
  2993. >22    string    X            -- out of date
  2994. #
  2995. # Alpha COFF Based Executables
  2996. # The stripped stuff really needs to be an 8 byte (64 bit) compare,
  2997. # but this works
  2998. 0    leshort        0x183        COFF format alpha
  2999. >22    leshort&020000    &010000        sharable library,
  3000. >22    leshort&020000    ^010000        dynamically linked,
  3001. >24    leshort        0410        pure
  3002. >24    leshort        0413        demand paged
  3003. >8    lelong        >0        executable or object module, not stripped
  3004. >8    lelong        0
  3005. >>12    lelong        0        executable or object module, stripped
  3006. >>12    lelong        >0        executable or object module, not stripped
  3007. >27     byte            >0              - version %d.
  3008. >26     byte            >0              %d-
  3009. >28     leshort         >0              %d
  3010. #
  3011. # The next is incomplete, we could tell more about this format,
  3012. # but its not worth it.
  3013. 0    leshort        0x188    Alpha compressed COFF
  3014. 0    leshort        0x18f    Alpha u-code object
  3015. #
  3016. #
  3017. # Some other interesting Digital formats,
  3018. 0    string    \377\377\177        ddis/ddif
  3019. 0    string    \377\377\174        ddis/dots archive
  3020. 0    string    \377\377\176        ddis/dtif table data
  3021. 0    string    \033c\033        LN03 output
  3022. 0    long    04553207        X image
  3023. #
  3024. 0    string    !<PDF>!\n        profiling data file
  3025. #
  3026. # Locale data tables (MIPS and Alpha).
  3027. #
  3028. 0    short        0x0501        locale data table
  3029. >6    short        0x24        for MIPS
  3030. >6    short        0x40        for Alpha
  3031. # ATSC A/53 aka AC-3 aka Dolby Digital <ashitaka@gmx.at>
  3032. # from http://www.atsc.org/standards/a_52a.pdf
  3033. # corrections, additions, etc. are always welcome!
  3034. #
  3035. # syncword
  3036. 0       beshort         0x0b77  ATSC A/52 aka AC-3 aka Dolby Digital stream,
  3037. # fscod
  3038. >4      byte&0xc0       0x00    48 kHz,
  3039. >4      byte&0xc0       0x40    44.1 kHz,
  3040. >4      byte&0xc0       0x80    32 kHz,
  3041. # is this one used for 96 kHz?
  3042. >4      byte&0xc0       0xc0    reserved frequency,
  3043. #
  3044. >5    byte&7 = 0        \b, complete main (CM)
  3045. >5    byte&7 = 1        \b, music and effects (ME)
  3046. >5    byte&7 = 2        \b, visually impaired (VI)
  3047. >5    byte&7 = 3        \b, hearing impaired (HI)
  3048. >5    byte&7 = 4        \b, dialogue (D)
  3049. >5    byte&7 = 5        \b, commentary (C)
  3050. >5    byte&7 = 6        \b, emergency (E)
  3051. # acmod
  3052. >6      byte&0xe0       0x00    1+1 front,
  3053. >6      byte&0xe0       0x20    1 front/0 rear,
  3054. >6      byte&0xe0       0x40    2 front/0 rear,
  3055. >6      byte&0xe0       0x60    3 front/0 rear,
  3056. >6      byte&0xe0       0x80    2 front/1 rear,
  3057. >6      byte&0xe0       0xa0    3 front/1 rear,
  3058. >6      byte&0xe0       0xc0    2 front/2 rear,
  3059. >6      byte&0xe0       0xe0    3 front/2 rear,
  3060. # lfeon (these may be incorrect)
  3061. >7      byte&0x40       0x00    LFE off,
  3062. >7      byte&0x40       0x40    LFE on,
  3063. #
  3064. >4    byte&0x3e = 0x00    \b, 32 kbit/s
  3065. >4    byte&0x3e = 0x02        \b, 40 kbit/s
  3066. >4    byte&0x3e = 0x04        \b, 48 kbit/s
  3067. >4    byte&0x3e = 0x06        \b, 56 kbit/s
  3068. >4    byte&0x3e = 0x08        \b, 64 kbit/s
  3069. >4    byte&0x3e = 0x0a        \b, 80 kbit/s
  3070. >4    byte&0x3e = 0x0c        \b, 96 kbit/s
  3071. >4    byte&0x3e = 0x0e        \b, 112 kbit/s
  3072. >4    byte&0x3e = 0x10        \b, 128 kbit/s
  3073. >4    byte&0x3e = 0x12        \b, 160 kbit/s
  3074. >4    byte&0x3e = 0x14        \b, 192 kbit/s
  3075. >4    byte&0x3e = 0x16        \b, 224 kbit/s
  3076. >4    byte&0x3e = 0x18        \b, 256 kbit/s
  3077. >4    byte&0x3e = 0x1a        \b, 320 kbit/s
  3078. >4    byte&0x3e = 0x1c        \b, 384 kbit/s
  3079. >4    byte&0x3e = 0x1e        \b, 448 kbit/s
  3080. >4    byte&0x3e = 0x20        \b, 512 kbit/s
  3081. >4    byte&0x3e = 0x22        \b, 576 kbit/s
  3082. >4    byte&0x3e = 0x24        \b, 640 kbit/s
  3083. # dsurmod (these may be incorrect)
  3084. >6      beshort&0x0180  0x0000  Dolby Surround not indicated
  3085. >6      beshort&0x0180  0x0080  not Dolby Surround encoded
  3086. >6      beshort&0x0180  0x0100  Dolby Surround encoded
  3087. >6      beshort&0x0180  0x0180  reserved Dolby Surround mode
  3088.  
  3089. #------------------------------------------------------------------------------
  3090. # dump:  file(1) magic for dump file format--for new and old dump filesystems
  3091. #
  3092. # We specify both byte orders in order to recognize byte-swapped dumps.
  3093. #
  3094. 24    belong    60012        new-fs dump file (big endian),
  3095. >4    bedate    x        Previous dump %s,
  3096. >8    bedate    x        This dump %s,
  3097. >12    belong    >0        Volume %ld,
  3098. >692    belong    0        Level zero, type:
  3099. >692    belong    >0        Level %d, type:
  3100. >0    belong    1        tape header,
  3101. >0    belong    2        beginning of file record,
  3102. >0    belong    3        map of inodes on tape,
  3103. >0    belong    4        continuation of file record,
  3104. >0    belong    5        end of volume,
  3105. >0    belong    6        map of inodes deleted,
  3106. >0    belong    7        end of medium (for floppy),
  3107. >676    string    >\0        Label %s,
  3108. >696    string    >\0        Filesystem %s,
  3109. >760    string    >\0        Device %s,
  3110. >824    string    >\0        Host %s,
  3111. >888    belong    >0        Flags %x
  3112.  
  3113. 24    belong    60011        old-fs dump file (big endian),
  3114. #>4    bedate    x        Previous dump %s,
  3115. #>8    bedate    x        This dump %s,
  3116. >12    belong    >0        Volume %ld,
  3117. >692    belong    0        Level zero, type:
  3118. >692    belong    >0        Level %d, type:
  3119. >0    belong    1        tape header,
  3120. >0    belong    2        beginning of file record,
  3121. >0    belong    3        map of inodes on tape,
  3122. >0    belong    4        continuation of file record,
  3123. >0    belong    5        end of volume,
  3124. >0    belong    6        map of inodes deleted,
  3125. >0    belong    7        end of medium (for floppy),
  3126. >676    string    >\0        Label %s,
  3127. >696    string    >\0        Filesystem %s,
  3128. >760    string    >\0        Device %s,
  3129. >824    string    >\0        Host %s,
  3130. >888    belong    >0        Flags %x
  3131.  
  3132. 24    lelong    60012        new-fs dump file (little endian),
  3133. >4    ledate    x        This dump %s,
  3134. >8    ledate    x        Previous dump %s,
  3135. >12    lelong    >0        Volume %ld,
  3136. >692    lelong    0        Level zero, type:
  3137. >692    lelong    >0        Level %d, type:
  3138. >0    lelong    1        tape header,
  3139. >0    lelong    2        beginning of file record,
  3140. >0    lelong    3        map of inodes on tape,
  3141. >0    lelong    4        continuation of file record,
  3142. >0    lelong    5        end of volume,
  3143. >0    lelong    6        map of inodes deleted,
  3144. >0    lelong    7        end of medium (for floppy),
  3145. >676    string    >\0        Label %s,
  3146. >696    string    >\0        Filesystem %s,
  3147. >760    string    >\0        Device %s,
  3148. >824    string    >\0        Host %s,
  3149. >888    lelong    >0        Flags %x
  3150.  
  3151. 24    lelong    60011        old-fs dump file (little endian),
  3152. #>4    ledate    x        Previous dump %s,
  3153. #>8    ledate    x        This dump %s,
  3154. >12    lelong    >0        Volume %ld,
  3155. >692    lelong    0        Level zero, type:
  3156. >692    lelong    >0        Level %d, type:
  3157. >0    lelong    1        tape header,
  3158. >0    lelong    2        beginning of file record,
  3159. >0    lelong    3        map of inodes on tape,
  3160. >0    lelong    4        continuation of file record,
  3161. >0    lelong    5        end of volume,
  3162. >0    lelong    6        map of inodes deleted,
  3163. >0    lelong    7        end of medium (for floppy),
  3164. >676    string    >\0        Label %s,
  3165. >696    string    >\0        Filesystem %s,
  3166. >760    string    >\0        Device %s,
  3167. >824    string    >\0        Host %s,
  3168. >888    lelong    >0        Flags %x
  3169.  
  3170. #------------------------------------------------------------------------------
  3171. # T602 editor documents 
  3172. # by David Necas <yeti@physics.muni.cz>
  3173. 0    string    @CT\     T602 document data,
  3174. >4    string    0    Kamenicky
  3175. >4    string    1    CP 852
  3176. >4    string    2    KOI8-CS
  3177. >4    string    >2    unknown encoding
  3178.  
  3179. # Vi IMproved Encrypted file 
  3180. # by David Necas <yeti@physics.muni.cz>
  3181. 0    string    VimCrypt~    Vim encrypted file data
  3182.  
  3183. #------------------------------------------------------------------------------
  3184. # elf:  file(1) magic for ELF executables
  3185. #
  3186. # We have to check the byte order flag to see what byte order all the
  3187. # other stuff in the header is in.
  3188. #
  3189. # What're the correct byte orders for the nCUBE and the Fujitsu VPP500?
  3190. #
  3191. # updated by Daniel Quinlan (quinlan@yggdrasil.com)
  3192. 0    string        \177ELF        ELF
  3193. >4    byte        0        invalid class
  3194. >4    byte        1        32-bit
  3195. >4    byte        2        64-bit
  3196. >5    byte        0        invalid byte order
  3197. >5    byte        1        LSB
  3198. >>16    leshort        0        no file type,
  3199. >>16    leshort        1        relocatable,
  3200. >>16    leshort        2        executable,
  3201. >>16    leshort        3        shared object,
  3202. # Core handling from Peter Tobias <tobias@server.et-inf.fho-emden.de>
  3203. # corrections by Christian 'Dr. Disk' Hechelmann <drdisk@ds9.au.s.shuttle.de>
  3204. >>16    leshort        4        core file
  3205. # Core file detection is not reliable.
  3206. #>>>(0x38+0xcc) string    >\0        of '%s'
  3207. #>>>(0x38+0x10) lelong    >0        (signal %d),
  3208. >>16    leshort        &0xff00        processor-specific,
  3209. >>18    leshort        0        no machine,
  3210. >>18    leshort        1        AT&T WE32100 - invalid byte order,
  3211. >>18    leshort        2        SPARC - invalid byte order,
  3212. >>18    leshort        3        Intel 80386,
  3213. >>18    leshort        4        Motorola
  3214. >>>36    lelong        &0x01000000    68000 - invalid byte order,
  3215. >>>36    lelong        &0x00810000    CPU32 - invalid byte order,
  3216. >>>36    lelong        0        68020 - invalid byte order,
  3217. >>18    leshort        5        Motorola 88000 - invalid byte order,
  3218. >>18    leshort        6        Intel 80486,
  3219. >>18    leshort        7        Intel 80860,
  3220. # The official e_machine number for MIPS is now #8, regardless of endianness.
  3221. # The second number (#10) will be deprecated later. For now, we still
  3222. # say something if #10 is encountered, but only gory details for #8.
  3223. >>18    leshort        8        MIPS,
  3224. >>>36    lelong        &0x20        N32
  3225. >>18    leshort        10        MIPS,
  3226. >>>36    lelong        &0x20        N32
  3227. >>18    leshort        8
  3228. # only for 32-bit
  3229. >>>4    byte        1
  3230. >>>>36  lelong&0xf0000000    0x00000000    MIPS-I
  3231. >>>>36  lelong&0xf0000000    0x10000000    MIPS-II
  3232. >>>>36  lelong&0xf0000000    0x20000000    MIPS-III
  3233. >>>>36  lelong&0xf0000000    0x30000000    MIPS-IV
  3234. >>>>36  lelong&0xf0000000    0x40000000    MIPS-V
  3235. >>>>36  lelong&0xf0000000    0x60000000    MIPS32
  3236. >>>>36  lelong&0xf0000000    0x70000000    MIPS64
  3237. >>>>36  lelong&0xf0000000    0x80000000    MIPS32 rel2
  3238. >>>>36  lelong&0xf0000000    0x90000000    MIPS64 rel2
  3239. # only for 64-bit
  3240. >>>4    byte        2
  3241. >>>>48  lelong&0xf0000000    0x00000000    MIPS-I
  3242. >>>>48  lelong&0xf0000000    0x10000000    MIPS-II
  3243. >>>>48  lelong&0xf0000000    0x20000000    MIPS-III
  3244. >>>>48  lelong&0xf0000000    0x30000000    MIPS-IV
  3245. >>>>48  lelong&0xf0000000    0x40000000    MIPS-V
  3246. >>>>48  lelong&0xf0000000    0x60000000    MIPS32
  3247. >>>>48  lelong&0xf0000000    0x70000000    MIPS64 
  3248. >>>>48  lelong&0xf0000000    0x80000000    MIPS32 rel2
  3249. >>>>48  lelong&0xf0000000    0x90000000    MIPS64 rel2
  3250. >>18    leshort        9        Amdahl - invalid byte order,
  3251. >>18    leshort        10        MIPS (deprecated),
  3252. >>18    leshort        11        RS6000 - invalid byte order,
  3253. >>18    leshort        15        PA-RISC - invalid byte order,
  3254. >>>50    leshort        0x0214        2.0
  3255. >>>48    leshort        &0x0008        (LP64),
  3256. >>18    leshort        16        nCUBE,
  3257. >>18    leshort        17        Fujitsu VPP500,
  3258. >>18    leshort        18        SPARC32PLUS,
  3259. >>18    leshort        20        PowerPC,
  3260. >>18    leshort        22        IBM S/390,
  3261. >>18    leshort        36        NEC V800,
  3262. >>18    leshort        37        Fujitsu FR20,
  3263. >>18    leshort        38        TRW RH-32,
  3264. >>18    leshort        39        Motorola RCE,
  3265. >>18    leshort        40        ARM,
  3266. >>18    leshort        41        Alpha,
  3267. >>18    leshort        0xa390        IBM S/390 (obsolete),
  3268. >>18    leshort        42        Hitachi SH,
  3269. >>18    leshort        43        SPARC V9 - invalid byte order,
  3270. >>18    leshort        44        Siemens Tricore Embedded Processor,
  3271. >>18    leshort        45        Argonaut RISC Core, Argonaut Technologies Inc.,
  3272. >>18    leshort        46        Hitachi H8/300,
  3273. >>18    leshort        47        Hitachi H8/300H,
  3274. >>18    leshort        48        Hitachi H8S,
  3275. >>18    leshort        49        Hitachi H8/500,
  3276. >>18    leshort        50        IA-64,
  3277. >>18    leshort        51        Stanford MIPS-X,
  3278. >>18    leshort        52        Motorola Coldfire,
  3279. >>18    leshort        53        Motorola M68HC12,
  3280. >>18    leshort        62        AMD x86-64,
  3281. >>18    leshort        75        Digital VAX,
  3282. >>18    leshort        88        Renesas M32R,
  3283. >>18    leshort        97        NatSemi 32k,
  3284. >>18    leshort        0x9026        Alpha (unofficial),
  3285. >>20    lelong        0        invalid version
  3286. >>20    lelong        1        version 1
  3287. >>36    lelong        1        MathCoPro/FPU/MAU Required
  3288. >5    byte        2        MSB
  3289. >>16    beshort        0        no file type,
  3290. >>16    beshort        1        relocatable,
  3291. >>16    beshort        2        executable,
  3292. >>16    beshort        3        shared object,
  3293. >>16    beshort        4        core file,
  3294. #>>>(0x38+0xcc) string    >\0        of '%s'
  3295. #>>>(0x38+0x10) belong    >0        (signal %d),
  3296. >>16    beshort        &0xff00        processor-specific,
  3297. >>18    beshort        0        no machine,
  3298. >>18    beshort        1        AT&T WE32100,
  3299. >>18    beshort        2        SPARC,
  3300. >>18    beshort        3        Intel 80386 - invalid byte order,
  3301. >>18    beshort        4        Motorola
  3302. >>>36    belong        &0x01000000    68000,
  3303. >>>36    belong        &0x00810000    CPU32,
  3304. >>>36    belong        0        68020,
  3305. >>18    beshort        5        Motorola 88000,
  3306. >>18    beshort        6        Intel 80486 - invalid byte order,
  3307. >>18    beshort        7        Intel 80860,
  3308. # only for MIPS - see comment in little-endian section above.
  3309. >>18    beshort        8        MIPS,
  3310. >>>36    belong        &0x20        N32
  3311. >>18    beshort        10        MIPS,
  3312. >>>36    belong        &0x20        N32
  3313. >>18    beshort        8
  3314. # only for 32-bit
  3315. >>>4    byte        1
  3316. >>>>36  belong&0xf0000000    0x00000000    MIPS-I
  3317. >>>>36  belong&0xf0000000    0x10000000    MIPS-II
  3318. >>>>36  belong&0xf0000000    0x20000000    MIPS-III
  3319. >>>>36  belong&0xf0000000    0x30000000    MIPS-IV
  3320. >>>>36  belong&0xf0000000    0x40000000    MIPS-V
  3321. >>>>36  belong&0xf0000000    0x60000000    MIPS32
  3322. >>>>36  belong&0xf0000000    0x70000000    MIPS64
  3323. >>>>36  belong&0xf0000000    0x80000000    MIPS32 rel2
  3324. >>>>36  belong&0xf0000000    0x90000000    MIPS64 rel2
  3325. # only for 64-bit
  3326. >>>4    byte        2
  3327. >>>>48    belong&0xf0000000    0x00000000    MIPS-I
  3328. >>>>48    belong&0xf0000000    0x10000000    MIPS-II
  3329. >>>>48    belong&0xf0000000    0x20000000    MIPS-III
  3330. >>>>48    belong&0xf0000000    0x30000000    MIPS-IV
  3331. >>>>48    belong&0xf0000000    0x40000000    MIPS-V
  3332. >>>>48    belong&0xf0000000    0x60000000    MIPS32
  3333. >>>>48    belong&0xf0000000    0x70000000    MIPS64 
  3334. >>>>48    belong&0xf0000000    0x80000000    MIPS32 rel2
  3335. >>>>48    belong&0xf0000000    0x90000000    MIPS64 rel2
  3336. >>18    beshort        9        Amdahl,
  3337. >>18    beshort        10        MIPS (deprecated),
  3338. >>18    beshort        11        RS6000,
  3339. >>18    beshort        15        PA-RISC
  3340. >>>50    beshort        0x0214        2.0
  3341. >>>48    beshort        &0x0008        (LP64)
  3342. >>18    beshort        16        nCUBE,
  3343. >>18    beshort        17        Fujitsu VPP500,
  3344. >>18    beshort        18        SPARC32PLUS,
  3345. >>>36    belong&0xffff00    &0x000100    V8+ Required,
  3346. >>>36    belong&0xffff00    &0x000200    Sun UltraSPARC1 Extensions Required,
  3347. >>>36    belong&0xffff00    &0x000400    HaL R1 Extensions Required,
  3348. >>>36    belong&0xffff00    &0x000800    Sun UltraSPARC3 Extensions Required,
  3349. >>18    beshort        20        PowerPC or cisco 4500,
  3350. >>18    beshort        21        cisco 7500,
  3351. >>18    beshort        22        IBM S/390,
  3352. >>18    beshort        24        cisco SVIP,
  3353. >>18    beshort        25        cisco 7200,
  3354. >>18    beshort        36        NEC V800 or cisco 12000,
  3355. >>18    beshort        37        Fujitsu FR20,
  3356. >>18    beshort        38        TRW RH-32,
  3357. >>18    beshort        39        Motorola RCE,
  3358. >>18    beshort        40        ARM,
  3359. >>18    beshort        41        Alpha,
  3360. >>18    beshort        42        Hitachi SH,
  3361. >>18    beshort        43        SPARC V9,
  3362. >>18    beshort        44        Siemens Tricore Embedded Processor,
  3363. >>18    beshort        45        Argonaut RISC Core, Argonaut Technologies Inc.,
  3364. >>18    beshort        46        Hitachi H8/300,
  3365. >>18    beshort        47        Hitachi H8/300H,
  3366. >>18    beshort        48        Hitachi H8S,
  3367. >>18    beshort        49        Hitachi H8/500,
  3368. >>18    beshort        50        IA-64,
  3369. >>18    beshort        51        Stanford MIPS-X,
  3370. >>18    beshort        52        Motorola Coldfire,
  3371. >>18    beshort        53        Motorola M68HC12,
  3372. >>18    beshort        73        Cray NV1,
  3373. >>18    beshort        75        Digital VAX,
  3374. >>18    beshort        88        Renesas M32R,
  3375. >>18    beshort        97        NatSemi 32k,
  3376. >>18    beshort        0x9026        Alpha (unofficial),
  3377. >>18    beshort        0xa390        IBM S/390 (obsolete),
  3378. >>20    belong        0        invalid version
  3379. >>20    belong        1        version 1
  3380. >>36    belong        1        MathCoPro/FPU/MAU Required
  3381. # Up to now only 0, 1 and 2 are defined; I've seen a file with 0x83, it seemed
  3382. # like proper ELF, but extracting the string had bad results.
  3383. >4      byte            <0x80
  3384. >>8    string        >\0        (%s)
  3385. >8    string        \0
  3386. >>7    byte        0        (SYSV)
  3387. >>7    byte        1        (HP-UX)
  3388. >>7    byte        2        (NetBSD)
  3389. >>7    byte        3        (GNU/Linux)
  3390. >>7    byte        4        (GNU/Hurd)
  3391. >>7    byte        5        (86Open)
  3392. >>7    byte        6        (Solaris)
  3393. >>7    byte        7        (Monterey)
  3394. >>7    byte        8        (IRIX)
  3395. >>7    byte        9        (FreeBSD)
  3396. >>7    byte        10        (Tru64)
  3397. >>7    byte        11        (Novell Modesto)
  3398. >>7    byte        12        (OpenBSD)
  3399. >>7    byte        97        (ARM)
  3400. >>7    byte        255        (embedded)
  3401.  
  3402. #------------------------------------------------------------------------------
  3403. # encore:  file(1) magic for Encore machines
  3404. #
  3405. # XXX - needs to have the byte order specified (NS32K was little-endian,
  3406. # dunno whether they run the 88K in little-endian mode or not).
  3407. #
  3408. 0    short        0x154        Encore
  3409. >20    short        0x107        executable
  3410. >20    short        0x108        pure executable
  3411. >20    short        0x10b        demand-paged executable
  3412. >20    short        0x10f        unsupported executable
  3413. >12    long        >0        not stripped
  3414. >22    short        >0        - version %ld
  3415. >22    short        0        -
  3416. #>4    date        x        stamp %s
  3417. 0    short        0x155        Encore unsupported executable
  3418. >12    long        >0        not stripped
  3419. >22    short        >0        - version %ld
  3420. >22    short        0        -
  3421. #>4    date        x        stamp %s
  3422.  
  3423. #------------------------------------------------------------------------------
  3424. # Epoc 32 : file(1) magic for Epoc Documents [psion/osaris
  3425. # Stefan Praszalowicz (hpicollo@worldnet.fr)
  3426. #0    lelong        0x10000037    Epoc32
  3427. >4    lelong        0x1000006D
  3428. >>8    lelong        0x1000007F    Word
  3429. >>8    lelong        0x10000088    Sheet
  3430. >>8    lelong        0x1000007D    Sketch
  3431. >>8    lelong        0x10000085    TextEd
  3432.  
  3433. #------------------------------------------------------------------------------
  3434. # ESRI Shapefile format (.shp .shx .dbf=DBaseIII)
  3435. # Based on info from
  3436. # <URL:http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf>
  3437. 0    belong    9994    ESRI Shapefile
  3438. >4    belong    =0
  3439. >8    belong    =0
  3440. >12    belong    =0
  3441. >16    belong    =0
  3442. >20    belong    =0
  3443. >28    lelong    x    version %d
  3444. >24    belong    x    length %d
  3445. >32    lelong    =0    type Null Shape
  3446. >32    lelong    =1    type Point
  3447. >32    lelong    =3    type PolyLine
  3448. >32    lelong    =5    type Polygon
  3449. >32    lelong    =8    type MultiPoint
  3450. >32    lelong    =11    type PointZ
  3451. >32    lelong    =13    type PolyLineZ
  3452. >32    lelong    =15    type PolygonZ
  3453. >32    lelong    =18    type MultiPointZ
  3454. >32    lelong    =21    type PointM
  3455. >32    lelong    =23    type PolyLineM
  3456. >32    lelong    =25    type PolygonM
  3457. >32    lelong    =28    type MultiPointM
  3458. >32    lelong    =31    type MultiPatch
  3459.  
  3460. #------------------------------------------------------------------------------
  3461. # fcs: file(1) magic for FCS (Flow Cytometry Standard) data files
  3462. # From Roger Leigh <roger@whinlatter.uklinux.net>
  3463. 0       string          FCS1.0          Flow Cytometry Standard (FCS) data, version 1.0
  3464. 0       string          FCS2.0          Flow Cytometry Standard (FCS) data, version 2.0
  3465. 0       string          FCS3.0          Flow Cytometry Standard (FCS) data, version 3.0
  3466.  
  3467.  
  3468. #------------------------------------------------------------------------------
  3469. # filesystems:  file(1) magic for different filesystems
  3470. #
  3471. 0    string    \366\366\366\366    PC formatted floppy with no filesystem
  3472. # Sun disk labels
  3473. # From /usr/include/sun/dklabel.h:
  3474. 0774    beshort        0xdabe        Sun disk label
  3475. >0    string        x        '%s
  3476. >>31      string        >\0        \b%s
  3477. >>>63      string        >\0        \b%s
  3478. >>>>95     string        >\0        \b%s
  3479. >0    string        x        \b'
  3480. >0734    short        >0        %d rpm,
  3481. >0736    short        >0        %d phys cys,
  3482. >0740    short        >0        %d alts/cyl,
  3483. >0746    short        >0        %d interleave,
  3484. >0750    short        >0        %d data cyls,
  3485. >0752    short        >0        %d alt cyls,
  3486. >0754    short        >0        %d heads/partition,
  3487. >0756    short        >0        %d sectors/track,
  3488. >0764    long        >0        start cyl %ld,
  3489. >0770    long        x        %ld blocks
  3490. # Is there a boot block written 1 sector in?
  3491. >512    belong&077777777    0600407    \b, boot block present
  3492. # DOS Emulator image is 128 byte header + harddisc image
  3493. 0    string    DOSEMU\0            
  3494. >0x27E    leshort    0xAA55            DOS Emulator image
  3495. 0x1FE    leshort    0xAA55            x86 boot sector
  3496. >2    string    OSBS            \b, OS/BS MBR
  3497. # J\xf6rg Jenderek <joerg.jenderek@gmx.net>
  3498. >0x8C    string    Invalid\ partition\ table    \b, MS-DOS MBR
  3499. # dr-dos with some upper-, lowercase variants
  3500. >0x9D    string    Invalid\ partition\ table$    
  3501. >>181    string    No\ Operating\ System$        
  3502. >>>201    string    Operating\ System\ load\ error$    \b, DR-DOS MBR, Version 7.01 to 7.03
  3503. >0x9D    string    Invalid\ partition\ table$    
  3504. >>181    string    No\ operating\ system$        
  3505. >>>201    string    Operating\ system\ load\ error$    \b, DR-DOS MBR, Version 7.01 to 7.03
  3506. >342    string    Invalid\ partition\ table$    
  3507. >>366    string    No\ operating\ system$        
  3508. >>>386    string    Operating\ system\ load\ error$    \b, DR-DOS MBR, version 7.01 to 7.03
  3509. >295    string    NEWLDR\0                
  3510. >>302    string    Bad\ PT\ $                
  3511. >>>310    string    No\ OS\ $                
  3512. >>>>317    string    OS\ load\ err$                
  3513. >>>>>329    string    Moved\ or\ missing\ IBMBIO.LDR\n\r    
  3514. >>>>>>358    string    Press\ any\ key\ to\ continue.\n\r$    
  3515. >>>>>>>387    string    Copyright\ (c)\ 1984,1998    
  3516. >>>>>>>>411    string    Caldera\ Inc.\0        \b, DR-DOS MBR (IBMBIO.LDR)
  3517. >0x10F    string    Ung\201ltige\ Partitionstabelle    \b, MS-DOS MBR, german version 4.10.1998, 4.10.2222
  3518. >0x8B    string    Ung\201ltige\ Partitionstabelle    \b, MS-DOS MBR, german version 5.00 to 4.00.950
  3519. >300    string    Invalid\ partition\ table\0    
  3520. >>324    string    Error\ loading\ operating\ system\0
  3521. >>>355    string    Missing\ operating\ system\0        \b, Microsoft Windows XP MBR
  3522. #??>>>389    string    Invalid\ system\ disk        
  3523. >300    string    Ung\201ltige\ Partitionstabelle
  3524. #split string to avoid error: String too long
  3525. >>328    string    Fehler\ beim\ Laden\     
  3526. >>>346    string    des\ Betriebssystems    
  3527. >>>>366    string    Betriebssystem\ nicht\ vorhanden    \b, Microsoft Windows XP MBR (german)
  3528. >0x145    string    Default:\ F                \b, FREE-DOS MBR
  3529. >64    string    no\ active\ partition\ found    
  3530. >>96    string    read\ error\ while\ reading\ drive    \b, FREE-DOS Beta9 MBR
  3531. # bootloader, bootmanager
  3532. >43    string    SMART\ BTMGRFAT12\ \ \         
  3533. >>430    string    SBMK\ Bad!\r            
  3534. >>>3    string    SBM                \b, Smart Boot Manager
  3535. >>>>6    string    >\0                             \b, version %s
  3536. >382    string    XOSLLOADXCF            \b, EXtended Operating System Loader
  3537. >6    string    LILO                \b, LInux i386 boot LOader
  3538. >>120    string    LILO                \b, version 22.3.4 SuSe
  3539. >>172    string    LILO                \b, version 22.5.8 Debian
  3540. >402    string    Geom\0Hard\ Disk\0Read\0\ Error\0
  3541. >>394    string    stage1                \b, GRand Unified Bootloader (0.5.95)
  3542. >380    string    Geom\0Hard\ Disk\0Read\0\ Error\0
  3543. >>374    string    GRUB\ \0            \b, GRand Unified Bootloader
  3544. >382    string    Geom\0Hard\ Disk\0Read\0\ Error\0
  3545. >>376    string    GRUB\ \0            \b, GRand Unified Bootloader (0.93)
  3546. >383    string    Geom\0Hard\ Disk\0Read\0\ Error\0
  3547. >>377    string    GRUB\ \0            \b, GRand Unified Bootloader (0.94)
  3548. >480    string    Boot\ failed\r            
  3549. >>495    string    LDLINUX\ SYS            \b, SYSLINUX bootloader (2.06)
  3550. >395    string    chksum\0\ ERROR!\0        \b, Gujin bootloader
  3551. >185    string    FDBOOT\ Version\             
  3552. >>204    string    \rNo\ Systemdisk.\             
  3553. >>>220    string    Booting\ from\ harddisk.\n\r        
  3554. >>>245    string    Cannot\ load\ from\ harddisk.\n\r    
  3555. >>>>273 string    Insert\ Systemdisk\             
  3556. >>>>>291 string and\ press\ any\ key.\n\r        \b, FDBOOT harddisk Bootloader
  3557. >>>>>>200 string    >\0                             \b, version %-3s
  3558. >242    string    Bootsector\ from\ C.H.\ Hochst\204    
  3559. >>278    string    No\ Systemdisk.\             
  3560. >>>293    string    Booting\ from\ harddisk.\n\r        
  3561. >>>441    string    Cannot\ load\ from\ harddisk.\n\r    
  3562. >>>>469 string    Insert\ Systemdisk\             
  3563. >>>>>487 string and\ press\ any\ key.\n\r        \b, WinImage harddisk Bootloader
  3564. >>>>>>209 string    >\0                             \b, version %-4.4s
  3565. >(1.b+2)    ubyte        0xe            
  3566. >>(1.b+3)    ubyte        0x1f            
  3567. >>>(1.b+4)    ubyte        0xbe            
  3568. >>>>(1.b+5)    ubyte        0x77            
  3569. >>>>(1.b+6)    ubyte        0x7c            
  3570. >>>>>(1.b+7)    ubyte        0xac            
  3571. >>>>>>(1.b+8)    ubyte        0x22            
  3572. >>>>>>>(1.b+9)    ubyte        0xc0            
  3573. >>>>>>>>(1.b+10)    ubyte    0x74            
  3574. >>>>>>>>>(1.b+11)    ubyte    0xb            
  3575. >>>>>>>>>>(1.b+12)    ubyte    0x56            
  3576. >>>>>>>>>>(1.b+13)    ubyte    0xb4            \b, mkdosfs boot message display
  3577. # XP
  3578. >430    string    NTLDR\ is\ missing\xFF\r\n        
  3579. >>449    string    Disk\ error\xFF\r\n            
  3580. >>>462    string    Press\ any\ key\ to\ restart\r        \b, Microsoft Windows XP Bootloader
  3581. # DOS names like NTLDR,CMLDR,$LDR$ are 8 right space padded bytes+3 bytes
  3582. >>>>417        ubyte        <0x7E             
  3583. >>>>>417    string        >\             %-.5s
  3584. >>>>>>422    ubyte        <0x7E             
  3585. >>>>>>>422    string        >\             \b%-.3s
  3586. >>>>>>425    string        >\             \b.%-.3s
  3587. #
  3588. >>>>368        ubyte        <0x7E             
  3589. >>>>>368    string        >\             %-.5s
  3590. >>>>>>373    ubyte        <0x7E            
  3591. >>>>>>>373    string        >\             \b%-.3s
  3592. >>>>>>376    string        >\             \b.%-.3s
  3593. #
  3594. >430    string    NTLDR\ nicht\ gefunden\xFF\r\n        
  3595. >>453    string    Datentr\204gerfehler\xFF\r\n        
  3596. >>>473    string    Neustart\ mit\ beliebiger\ Taste\r    \b, Microsoft Windows XP Bootloader (german)
  3597. >>>>417        ubyte        <0x7E             
  3598. >>>>>417    string        >\             %-.5s
  3599. >>>>>>422    ubyte        <0x7E             
  3600. >>>>>>>422    string        >\             \b%-.3s
  3601. >>>>>>425    string        >\             \b.%-.3s
  3602. #
  3603. >>>>368        ubyte        <0x7E             
  3604. >>>>>368    string        >\             %-.5s
  3605. >>>>>>373    ubyte        <0x7E             
  3606. >>>>>>>373    string        >\             \b%-.3s
  3607. >>>>>>376    string        >\             \b.%-.3s
  3608. #
  3609. >430    string    NTLDR\ fehlt\xFF\r\n            
  3610. >>444    string    Datentr\204gerfehler\xFF\r\n        
  3611. >>>464    string    Neustart\ mit\ beliebiger\ Taste\r    \b, Microsoft Windows XP Bootloader (2.german)
  3612. >>>>417        ubyte        <0x7E             
  3613. >>>>>417    string        >\             %-.5s
  3614. >>>>>>422    ubyte        <0x7E             
  3615. >>>>>>>422    string        >\             \b%-.3s
  3616. >>>>>>425    string        >\             \b.%-.3s
  3617. #
  3618. >430    string    NTLDR\ fehlt\xFF\r\n            
  3619. >>444    string    Medienfehler\xFF\r\n            
  3620. >>>459    string    Neustart:\ Taste\ dr\201cken\r        \b, Microsoft Windows XP Bootloader (3.german)
  3621. >>>>368        ubyte        <0x7E             
  3622. >>>>>368    string        >\             %-.5s
  3623. >>>>>>373    ubyte        <0x7E            
  3624. >>>>>>>373    string        >\             \b%-.3s
  3625. >>>>>>376    string        >\             \b.%-.3s
  3626. >>>>417        ubyte        <0x7E             
  3627. >>>>>417    string        >\             %-.5s
  3628. >>>>>>422    ubyte        <0x7E             
  3629. >>>>>>>422    string        >\             \b%-.3s
  3630. >>>>>>425    string        >\             \b.%-.3s
  3631. #
  3632. >430    string    Datentr\204ger\ entfernen\xFF\r\n    
  3633. >>454    string    Medienfehler\xFF\r\n            
  3634. >>>469    string    Neustart:\ Taste\ dr\201cken\r        \b, Microsoft Windows XP Bootloader (4.german)
  3635. >>>>368        ubyte        <0x7E             
  3636. >>>>>368    string        >\             %-.5s
  3637. >>>>>>373    ubyte        <0x7E            
  3638. >>>>>>>373    string        >\             \b%-.3s
  3639. >>>>>>376    string        >\             \b.%-.3s
  3640. #>3    string    NTFS\ \ \ \                 
  3641. >389    string    Fehler\ beim\ Lesen\ 
  3642. >>407    string    des\ Datentr\204gers
  3643. >>>426    string    NTLDR\ fehlt                
  3644. >>>>440    string    NTLDR\ ist\ komprimiert
  3645. >>>>>464 string    Neustart\ mit\ Strg+Alt+Entf\r        \b, Microsoft Windows XP Bootloader NTFS (german)
  3646. #>3    string    NTFS\ \ \ \                 
  3647. >313    string    A\ disk\ read\ error\ occurred.\r
  3648. >>345    string    A\ kernel\ file\ is\ missing\     
  3649. >>>370    string    from\ the\ disk.\r        
  3650. >>>>484    string    NTLDR\ is\ compressed        
  3651. >>>>>429 string    Insert\ a\ system\ diskette\     
  3652. >>>>>>454 string and\ restart\r\nthe\ system.\r        \b, Microsoft Windows XP Bootloader NTFS
  3653. # DOS loader variants different languages,offsets
  3654. >472    string    IO\ \ \ \ \ \ SYSMSDOS\ \ \ SYS        
  3655. >>497    string    WINBOOT\ SYS                
  3656. >>389    string    Invalid\ system\ disk\xFF\r\n        
  3657. >>>411    string    Disk\ I/O\ error            
  3658. >>>>428    string    Replace\ the\ disk,\ and\         
  3659. >>>>>455 string    press\ any\ key                \b, Microsoft Windows 98 Bootloader
  3660. #
  3661. >>390    string    Invalid\ system\ disk\xFF\r\n        
  3662. >>>412    string    Disk\ I/O\ error\xFF\r\n        
  3663. >>>>429    string    Replace\ the\ disk,\ and\         
  3664. >>>>>451 string    then\ press\ any\ key\r            \b, Microsoft Windows 98 Bootloader
  3665. >>388    string    Ungueltiges\ System\ \xFF\r\n        
  3666. >>>410    string    E/A-Fehler\ \ \ \ \xFF\r\n        
  3667. >>>>427    string    Datentraeger\ wechseln\ und\         
  3668. >>>>>453 string    Taste\ druecken\r            \b, Microsoft Windows 95/98/ME Bootloader (german)
  3669. #
  3670. >>390    string    Ungueltiges\ System\ \xFF\r\n        
  3671. >>>412    string    E/A-Fehler\ \ \ \ \xFF\r\n        
  3672. >>>>429    string    Datentraeger\ wechseln\ und\         
  3673. >>>>>455 string    Taste\ druecken\r            \b, Microsoft Windows 95/98/ME Bootloader (German)
  3674. #
  3675. >>389    string    Ungueltiges\ System\ \xFF\r\n        
  3676. >>>411    string    E/A-Fehler\ \ \ \ \xFF\r\n        
  3677. >>>>428    string    Datentraeger\ wechseln\ und\         
  3678. >>>>>454 string    Taste\ druecken\r            \b, Microsoft Windows 95/98/ME Bootloader (GERMAN)
  3679. >479    string    IO\ \ \ \ \ \ SYSMSDOS\ \ \ SYS        
  3680. >>416    string    Kein\ System\ oder\             
  3681. >>>433    string    Laufwerksfehler                
  3682. >>>>450    string    Wechseln\ und\ Taste\ dr\201cken    \b, Microsoft DOS Bootloader (german)
  3683. >486    string    IO\ \ \ \ \ \ SYSMSDOS\ \ \ SYS        
  3684. >>416    string    Non-System\ disk\ or\             
  3685. >>>435    string    disk\ error\r                
  3686. >>>>447    string    Replace\ and\ press\ any\ key\         
  3687. >>>>>473 string    when\ ready\r                \b, Microsoft DOS Bootloader
  3688. >480    string    IO\ \ \ \ \ \ SYSMSDOS\ \ \ SYS        
  3689. >>393    string    Non-System\ disk\ or\             
  3690. >>>412    string    disk\ error\r                
  3691. >>>>424    string    Replace\ and\ press\ any\ key\         
  3692. >>>>>450 string    when\ ready\r                \b, Microsoft DOS bootloader
  3693. #>43    string    \224R-LOADER\ \ SYS            =label                    
  3694. >54    string    SYS
  3695. >>324    string    VASKK
  3696. >>>495    string    NEWLDR\0                \b, DR-DOS Bootloader (LOADER.SYS)
  3697. #
  3698. >70    string    IBMBIO\ \ COM                
  3699. >>472    string    Cannot\ load\ DOS!\             
  3700. >>>489    string    Any\ key\ to\ retry            \b, DR-DOS Bootloader
  3701. >>471    string    Cannot\ load\ DOS\             
  3702. >>487    string    press\ key\ to\ retry            \b, Open-DOS Bootloader
  3703. >444    string    KERNEL\ \ SYS                    
  3704. >>314    string    BOOT\ error!                \b, FREE-DOS Bootloader
  3705. >499    string    KERNEL\ \ SYS                
  3706. >>305    string    BOOT\ err!\0                \b, Free-DOS Bootloader
  3707. >449    string    KERNEL\ \ SYS                
  3708. >>319    string    BOOT\ error!                \b, FREE-DOS 5.0 Bootloader
  3709. >124    string    FreeDOS\0                
  3710. >>331    string    \ err\0                    \b, FREE-DOS BETa 9 Bootloader
  3711. # DOS names like KERNEL.SYS,KERNEL16.SYS,KERNEL32.SYS,METAKERN.SYS are 8 right space padded bytes+3 bytes
  3712. >>>497        string        >\             %-.6s
  3713. >>>>503        string        >\             \b%-.1s
  3714. >>>>504        string        >\             \b%-.1s
  3715. >>>505        string        >\             \b.%-.3s
  3716. >>333    string    \ err\0                    \b, FREE-DOS BEta 9 Bootloader
  3717. >>>497        string        >\             %-.6s
  3718. >>>>503        string        >\             \b%-.1s
  3719. >>>>504        string        >\             \b%-.1s
  3720. >>>505        string        >\             \b.%-.3s
  3721. >>334    string    \ err\0                    \b, FREE-DOS Beta 9 Bootloader
  3722. >>>497        string        >\             %-.6s
  3723. >>>>503        string        >\             \b%-.1s
  3724. >>>>504        string        >\             \b%-.1s
  3725. >>>505        string        >\             \b.%-.3s
  3726. # loader end
  3727. >0    string    \0\0\0\0        \b, extended partition table
  3728. # JuMP short     bootcodeoffset NOP assembler instructions will usually be EB xx 90
  3729. # older drives may use E9 xx xx
  3730. >0        lelong&0x009000EB    0x009000EB 
  3731. >0        lelong&0x000000E9    0x000000E9 
  3732. >>1        ubyte            >37    \b, code offset 0x%x
  3733. # mtools-3.9.8/msdos.h
  3734. # usual values are marked with comments to get only informations of strange FAT systems
  3735. # valid sectorsize are from 32 to 2048
  3736. >>>11        uleshort    <2049    
  3737. >>>>11        uleshort    >31    
  3738. >>>>>3        string        >\0        \b, OEM-ID "%8.8s"
  3739. >>>>>11        uleshort    >512        \b, Bytes/sector %u
  3740. #>>>>>11    uleshort    =512        \b, Bytes/sector %u=512 (usual)
  3741. >>>>>11        uleshort    <512        \b, Bytes/sector %u
  3742. >>>>>13        ubyte        >1        \b, sectors/cluster %u
  3743. #>>>>>13    ubyte        =1        \b, sectors/cluster %u (usual on Floppies)
  3744. >>>>>14        uleshort    >32        \b, reserved sectors %u
  3745. #>>>>>14    uleshort    =32        \b, reserved sectors %u (usual Fat32)
  3746. #>>>>>14    uleshort    >1        \b, reserved sectors %u
  3747. #>>>>>14    uleshort    =1        \b, reserved sectors %u (usual FAT12,FAT16)
  3748. >>>>>14        uleshort    <1        \b, reserved sectors %u
  3749. >>>>>16        ubyte        >2        \b, FATs %u
  3750. #>>>>>16    ubyte        =2        \b, FATs %u (usual)
  3751. >>>>>16        ubyte        =1        \b, FAT  %u
  3752. >>>>>16        ubyte        >0
  3753. >>>>>17        uleshort    >0        \b, root entries %u
  3754. #>>>>>17    uleshort    =0        \b, root entries %u=0 (usual Fat32)
  3755. >>>>>19        uleshort    >0        \b, sectors %u (volumes <=32 MB) 
  3756. #>>>>>19    uleshort    =0        \b, sectors %u=0 (usual Fat32)
  3757. >>>>>21        ubyte        >0xF0        \b, Media descriptor 0x%x
  3758. #>>>>>21    ubyte        =0xF0        \b, Media descriptor 0x%x (usual floppy)
  3759. >>>>>21        ubyte        <0xF0        \b, Media descriptor 0x%x
  3760. >>>>>22        uleshort    >0        \b, sectors/FAT %u
  3761. #>>>>>22    uleshort    =0        \b, sectors/FAT %u=0 (usual Fat32)
  3762. >>>>>26        ubyte        >2        \b, heads %u
  3763. #>>>>>26    ubyte        =2        \b, heads %u (usual floppy)
  3764. >>>>>26        ubyte        =1        \b, heads %u
  3765. >>>>>28        ulelong        >0        \b, hidden sectors %u
  3766. #>>>>>28    ulelong        =0        \b, hidden sectors %u (usual floppy)
  3767. >>>>>32        ulelong        >0        \b, sectors %u (volumes > 32 MB) 
  3768. #>>>>>32    ulelong        =0        \b, sectors %u (volumes > 32 MB) 
  3769. # FAT<32 specific 
  3770. # NOT le FAT3=NOT 3TAF=0xCCABBEB9
  3771. >>>>>82        ulelong&0xCCABBEB9    >0
  3772. >>>>>>36    ubyte        >0x80        \b, physical drive 0x%x
  3773. #>>>>>>36    ubyte        =0x80        \b, physical drive 0x%x=0x80 (usual harddisk)
  3774. >>>>>>36    ubyte&0x7F    >0        \b, physical drive 0x%x
  3775. #>>>>>>36    ubyte        =0        \b, physical drive 0x%x=0 (usual floppy)
  3776. >>>>>>37    ubyte        >0        \b, reserved 0x%x
  3777. #>>>>>>37    ubyte        =0        \b, reserved 0x%x
  3778. >>>>>>38    ubyte        >0x29        \b, dos < 4.0 BootSector (0x%x)
  3779. >>>>>>38    ubyte        <0x29        \b, dos < 4.0 BootSector (0x%x)
  3780. >>>>>>38    ubyte        =0x29
  3781. >>>>>>>39    ulelong        x        \b, serial number 0x%x
  3782. >>>>>>>43    string        <NO\ NAME    \b, label: "%11.11s"
  3783. >>>>>>>43    string        >NO\ NAME    \b, label: "%11.11s"
  3784. >>>>>>>43    string        =NO\ NAME    \b, unlabeled
  3785. >>>>>>54    string        FAT1        \b, FAT
  3786. >>>>>>>54    string        FAT12        \b (12 bit)
  3787. >>>>>>>54    string        FAT16        \b (16 bit)
  3788. # FAT32 specific
  3789. >>>>>82        string        FAT32        \b, FAT (32 bit)
  3790. >>>>>>36    ulelong        x        \b, sectors/FAT %u
  3791. >>>>>>40    uleshort    >0        \b, extension flags %u
  3792. #>>>>>>40    uleshort    =0        \b, extension flags %u
  3793. >>>>>>42    uleshort    >0        \b, fsVersion %u
  3794. #>>>>>>42    uleshort    =0        \b, fsVersion %u (usual)
  3795. >>>>>>44    ulelong        >2        \b, rootdir cluster %u
  3796. #>>>>>>44    ulelong        =2        \b, rootdir cluster %u
  3797. #>>>>>>44    ulelong        =1        \b, rootdir cluster %u
  3798. >>>>>>48    uleshort    >1        \b, infoSector %u
  3799. #>>>>>>48    uleshort    =1        \b, infoSector %u (usual)
  3800. >>>>>>48    uleshort    <1        \b, infoSector %u
  3801. >>>>>>50    uleshort    >6        \b, Backup boot sector %u
  3802. #>>>>>>50    uleshort    =6        \b, Backup boot sector %u (usual) 
  3803. >>>>>>50    uleshort    <6        \b, Backup boot sector %u
  3804. >>>>>>54    ulelong        >0        \b, reserved1 0x%x
  3805. >>>>>>58    ulelong        >0        \b, reserved2 0x%x
  3806. >>>>>>62    ulelong        >0        \b, reserved3 0x%x
  3807. # same structure as FAT1X 
  3808. >>>>>>64    ubyte        >0x80        \b, physical drive 0x%x
  3809. #>>>>>>64    ubyte        =0x80        \b, physical drive 0x%x=80 (usual harddisk)
  3810. >>>>>>64    ubyte&0x7F    >0        \b, physical drive 0x%x
  3811. #>>>>>>64    ubyte        =0        \b, physical drive 0x%x=0 (usual floppy)
  3812. >>>>>>65    ubyte        >0        \b, reserved 0x%x
  3813. >>>>>>66    ubyte        >0x29        \b, dos < 4.0 BootSector (0x%x)
  3814. >>>>>>66    ubyte        <0x29        \b, dos < 4.0 BootSector (0x%x)
  3815. >>>>>>66    ubyte        =0x29
  3816. >>>>>>>67    ulelong        x        \b, serial number 0x%x
  3817. >>>>>>>71    string        <NO\ NAME    \b, label: "%11.11s"
  3818. >>>>>>71    string        >NO\ NAME    \b, label: "%11.11s"
  3819. >>>>>>71    string        =NO\ NAME    \b, unlabeled
  3820. ### FATs end
  3821. >0x200    lelong    0x82564557        \b, BSD disklabel
  3822. # FATX 
  3823. 0        string        FATX        FATX filesystem data
  3824.  
  3825.  
  3826. # Minix filesystems - Juan Cespedes <cespedes@debian.org>
  3827. 0x410    leshort        0x137f        Minix filesystem
  3828. 0x410    beshort        0x137f        Minix filesystem (big endian),
  3829. >0x402    beshort        !0        \b, %d zones
  3830. >0x1e    string        minix        \b, bootable
  3831. 0x410    leshort        0x138f        Minix filesystem, 30 char names
  3832. 0x410    leshort        0x2468        Minix filesystem, version 2
  3833. 0x410    leshort        0x2478        Minix filesystem, version 2, 30 char names
  3834.  
  3835. # romfs filesystems - Juan Cespedes <cespedes@debian.org>
  3836. 0    string        -rom1fs-\0    romfs filesystem, version 1
  3837. >8    belong    x            %d bytes,
  3838. >16    string    x            named %s.
  3839.  
  3840. # netboot image - Juan Cespedes <cespedes@debian.org>
  3841. 0    lelong        0x1b031336L    Netboot image,
  3842. >4    lelong&0xFFFFFF00    0
  3843. >>4    lelong&0x100    0x000        mode 2
  3844. >>4    lelong&0x100    0x100        mode 3
  3845. >4    lelong&0xFFFFFF00    !0    unknown mode
  3846.  
  3847. 0x18b    string    OS/2    OS/2 Boot Manager
  3848.  
  3849. 9564    lelong        0x00011954    Unix Fast File system (little-endian),
  3850. >8404    string        x        last mounted on %s,
  3851. #>9504    ledate        x        last checked at %s,
  3852. >8224    ledate        x        last written at %s,
  3853. >8401    byte        x        clean flag %d,
  3854. >8228    lelong        x        number of blocks %d,
  3855. >8232    lelong        x        number of data blocks %d,
  3856. >8236    lelong        x        number of cylinder groups %d,
  3857. >8240    lelong        x        block size %d,
  3858. >8244    lelong        x        fragment size %d,
  3859. >8252    lelong        x        minimum percentage of free blocks %d,
  3860. >8256    lelong        x        rotational delay %dms,
  3861. >8260    lelong        x        disk rotational speed %drps,
  3862. >8320    lelong        0        TIME optimization
  3863. >8320    lelong        1        SPACE optimization
  3864.  
  3865. 9564    belong        0x00011954    Unix Fast File system (big-endian),
  3866. >7168   long        0x4c41424c    Apple UFS Volume
  3867. >>7186  string        x        named %s,
  3868. >>7176  belong        x        volume label version %d,
  3869. >>7180  bedate        x        created on %s,
  3870. >8404    string        x        last mounted on %s,
  3871. #>9504    bedate        x        last checked at %s,
  3872. >8224    bedate        x        last written at %s,
  3873. >8401    byte        x        clean flag %d,
  3874. >8228    belong        x        number of blocks %d,
  3875. >8232    belong        x        number of data blocks %d,
  3876. >8236    belong        x        number of cylinder groups %d,
  3877. >8240    belong        x        block size %d,
  3878. >8244    belong        x        fragment size %d,
  3879. >8252    belong        x        minimum percentage of free blocks %d,
  3880. >8256    belong        x        rotational delay %dms,
  3881. >8260    belong        x        disk rotational speed %drps,
  3882. >8320    belong        0        TIME optimization
  3883. >8320    belong        1        SPACE optimization
  3884.  
  3885. # ext2/ext3 filesystems - Andreas Dilger <adilger@turbolabs.com>
  3886. 0x438    leshort        0xEF53        Linux
  3887. >0x44c    lelong        x        rev %d
  3888. >0x43e    leshort        x        \b.%d
  3889. >0x45c    lelong        ^0x0000004    ext2 filesystem data
  3890. >>0x43a    leshort        ^0x0000001    (mounted or unclean)
  3891. >0x45c    lelong        &0x0000004    ext3 filesystem data
  3892. >>0x460    lelong        &0x0000004    (needs journal recovery)
  3893. >0x43a    leshort        &0x0000002    (errors)
  3894. >0x460    lelong        &0x0000001    (compressed)
  3895. #>0x460    lelong        &0x0000002    (filetype)
  3896. #>0x464    lelong        &0x0000001    (sparse_super)
  3897. >0x464    lelong        &0x0000002    (large files)
  3898.  
  3899. # SGI disk labels - Nathan Scott <nathans@debian.org>
  3900. 0    belong        0x0BE5A941    SGI disk label (volume header)
  3901.  
  3902. # SGI XFS filesystem - Nathan Scott <nathans@debian.org>
  3903. 0    belong        0x58465342    SGI XFS filesystem data
  3904. >0x4    belong        x        (blksz %d,
  3905. >0x68    beshort        x        inosz %d,
  3906. >0x64    beshort        ^0x2004        v1 dirs)
  3907. >0x64    beshort        &0x2004        v2 dirs)
  3908.  
  3909. ############################################################################
  3910. # Minix-ST kernel floppy
  3911. 0x800    belong        0x46fc2700    Atari-ST Minix kernel image
  3912. >19    string        \240\5\371\5\0\011\0\2\0    \b, 720k floppy
  3913. >19    string        \320\2\370\5\0\011\0\1\0    \b, 360k floppy
  3914.  
  3915. ############################################################################
  3916. # Hmmm, is this a better way of detecting _standard_ floppy images ?
  3917. 19    string        \320\2\360\3\0\011\0\1\0    DOS floppy 360k
  3918. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  3919. 19    string        \240\5\371\3\0\011\0\2\0    DOS floppy 720k
  3920. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  3921. 19    string        \100\013\360\011\0\022\0\2\0    DOS floppy 1440k
  3922. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  3923.  
  3924. 19    string        \240\5\371\5\0\011\0\2\0    DOS floppy 720k, IBM
  3925. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  3926. 19    string        \100\013\371\5\0\011\0\2\0    DOS floppy 1440k, mkdosfs
  3927. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  3928.  
  3929. 19    string        \320\2\370\5\0\011\0\1\0    Atari-ST floppy 360k
  3930. 19    string        \240\5\371\5\0\011\0\2\0    Atari-ST floppy 720k
  3931.  
  3932. #  Valid media descriptor bytes for MS-DOS:
  3933. #
  3934. #     Byte   Capacity   Media Size and Type
  3935. #     -------------------------------------------------
  3936. #
  3937. #     F0     2.88 MB    3.5-inch, 2-sided, 36-sector
  3938. #     F0     1.44 MB    3.5-inch, 2-sided, 18-sector
  3939. #     F9     720K       3.5-inch, 2-sided, 9-sector
  3940. #     F9     1.2 MB     5.25-inch, 2-sided, 15-sector
  3941. #     FD     360K       5.25-inch, 2-sided, 9-sector
  3942. #     FF     320K       5.25-inch, 2-sided, 8-sector
  3943. #     FC     180K       5.25-inch, 1-sided, 9-sector
  3944. #     FE     160K       5.25-inch, 1-sided, 8-sector
  3945. #     FE     250K       8-inch, 1-sided, single-density
  3946. #     FD     500K       8-inch, 2-sided, single-density
  3947. #     FE     1.2 MB     8-inch, 2-sided, double-density
  3948. #     F8     -----      Fixed disk 
  3949. #
  3950. #     FC     xxxK       Apricot 70x1x9 boot disk.
  3951. #
  3952. # Originally a bitmap:
  3953. #  xxxxxxx0    Not two sided
  3954. #  xxxxxxx1    Double sided
  3955. #  xxxxxx0x    Not 8 SPT
  3956. #  xxxxxx1x    8 SPT
  3957. #  xxxxx0xx    Not Removable drive
  3958. #  xxxxx1xx    Removable drive
  3959. #  11111xxx    Must be one.
  3960. #
  3961. # But now it's rather random:
  3962. #  111111xx    Low density disk
  3963. #        00    SS, Not 8 SPT
  3964. #        01    DS, Not 8 SPT
  3965. #        10    SS, 8 SPT
  3966. #        11    DS, 8 SPT
  3967. #
  3968. #  11111001    Double density 3╜ floppy disk, high density 5╝
  3969. #  11110000    High density 3╜ floppy disk
  3970. #  11111000    Hard disk any format
  3971. #
  3972.  
  3973. # CDROM Filesystems
  3974. 32769    string    CD001     ISO 9660 CD-ROM filesystem data
  3975. # "application id" which appears to be used as a volume label
  3976. >32808     string    >\0       '%s'
  3977. >34816     string    \000CD001\001EL\ TORITO\ SPECIFICATION    (bootable)
  3978. 37633    string    CD001     ISO 9660 CD-ROM filesystem data (raw 2352 byte sectors)
  3979. 32776    string    CDROM     High Sierra CD-ROM filesystem data
  3980.  
  3981. # cramfs filesystem - russell@coker.com.au
  3982. 0       lelong    0x28cd3d45      Linux Compressed ROM File System data, little endian
  3983. >4      lelong  x size %d
  3984. >8      lelong  &1 version #2
  3985. >8      lelong  &2 sorted_dirs
  3986. >8      lelong  &4 hole_support
  3987. >32     lelong  x CRC 0x%x,
  3988. >36     lelong  x edition %d,
  3989. >40     lelong  x %d blocks,
  3990. >44     lelong  x %d files
  3991.  
  3992. 0       belong    0x28cd3d45      Linux Compressed ROM File System data, big endian
  3993. >4      belong  x size %d
  3994. >8      belong  &1 version #2
  3995. >8      belong  &2 sorted_dirs
  3996. >8      belong  &4 hole_support
  3997. >32     belong  x CRC 0x%x,
  3998. >36     belong  x edition %d,
  3999. >40     belong  x %d blocks,
  4000. >44     belong  x %d files
  4001.  
  4002. # reiserfs - russell@coker.com.au
  4003. 0x10034        string    ReIsErFs    ReiserFS V3.5
  4004. 0x10034        string    ReIsEr2Fs    ReiserFS V3.6
  4005. >0x1002c     leshort    x        block size %d
  4006. >0x10032    leshort    &2        (mounted or unclean)
  4007. >0x10000    lelong    x        num blocks %d
  4008. >0x10040    lelong    1        tea hash
  4009. >0x10040    lelong    2        yura hash
  4010. >0x10040    lelong    3        r5 hash
  4011.  
  4012. # JFFS - russell@coker.com.au
  4013. 0    lelong    0x34383931    Linux Journalled Flash File system, little endian
  4014. 0    belong    0x34383931    Linux Journalled Flash File system, big endian
  4015.  
  4016. # EST flat binary format (which isn't, but anyway)
  4017. # From: Mark Brown <broonie@sirena.org.uk>
  4018. 0    string    ESTFBINR    EST flat binary
  4019.  
  4020. # Aculab VoIP firmware
  4021. # From: Mark Brown <broonie@sirena.org.uk>
  4022. 0    string    VoIP\ Startup\ and    Aculab VoIP firmware
  4023. >35    string    x    format %s
  4024.  
  4025. # PPCBoot image file
  4026. # From: Mark Brown <broonie@sirena.org.uk>
  4027. 0    belong    0x27051956    PPCBoot image
  4028. >4    string  PPCBoot
  4029. >>12    string  x        version %s
  4030.  
  4031. # JFFS2 file system
  4032. 0       leshort         0x1984                  Linux old jffs2 filesystem data little endian
  4033. 0       lelong          0xe0011985              Linux jffs2 filesystem data little endian
  4034.  
  4035. # Squashfs
  4036. 0    string    sqsh    Squashfs filesystem, big endian,
  4037. >28    beshort    x    version %d.
  4038. >30    beshort x    \b%d,
  4039. >8    belong    x    %d bytes,
  4040. >4    belong    x    %d inodes,
  4041. >28    beshort <2
  4042. >>32    beshort    x    blocksize: %d bytes,
  4043. >28    beshort >1
  4044. >>51    belong    x    blocksize: %d bytes,
  4045. >39    bedate    x    created: %s
  4046. 0    string    hsqs    Squashfs filesystem, little endian,
  4047. >28    leshort    x    version %d.
  4048. >30    leshort    x    \b%d,
  4049. >8    lelong    x    %d bytes,
  4050. >4    lelong    x    %d inodes,
  4051. >28    leshort <2
  4052. >>32    leshort    x    blocksize: %d bytes,
  4053. >28    leshort >1
  4054. >>51    lelong    x    blocksize: %d bytes,
  4055. >39    ledate    x    created: %s
  4056.  
  4057. #------------------------------------------------------------------------------
  4058. # flash:    file(1) magic for Macromedia Flash file format
  4059. #
  4060. # See
  4061. #
  4062. #    http://www.macromedia.com/software/flash/open/
  4063. #
  4064. 0    string        FWS        Macromedia Flash data,
  4065. >3    byte        x        version %d
  4066. 0    string        CWS        Macromedia Flash data (compressed),
  4067. >3    byte        x        version %d
  4068. #
  4069. # From Dave Wilson
  4070. 0    string AGD4\xbe\xb8\xbb\xcb\x00    Macromedia Freehand 9 Document
  4071.  
  4072. #------------------------------------------------------------------------------
  4073. # fonts:  file(1) magic for font data
  4074. #
  4075. 0    string        FONT        ASCII vfont text
  4076. 0    short        0436        Berkeley vfont data
  4077. 0    short        017001        byte-swapped Berkeley vfont data
  4078.  
  4079. # PostScript fonts (must precede "printer" entries), quinlan@yggdrasil.com
  4080. 0    string        %!PS-AdobeFont-1.    PostScript Type 1 font text
  4081. >20    string        >\0            (%s)
  4082. 6    string        %!PS-AdobeFont-1.    PostScript Type 1 font program data
  4083.  
  4084. # X11 font files in SNF (Server Natural Format) format
  4085. 0    belong        00000004        X11 SNF font data, MSB first
  4086. 0    lelong        00000004        X11 SNF font data, LSB first
  4087.  
  4088. # X11 Bitmap Distribution Format, from Daniel Quinlan (quinlan@yggdrasil.com)
  4089. 0    string        STARTFONT\040        X11 BDF font text
  4090.  
  4091. # X11 fonts, from Daniel Quinlan (quinlan@yggdrasil.com)
  4092. # PCF must come before SGI additions ("MIPSEL MIPS-II COFF" collides)
  4093. 0    string        \001fcp            X11 Portable Compiled Font data
  4094. >12    byte        0x02            \b, LSB first
  4095. >12    byte        0x0a            \b, MSB first
  4096. 0    string        D1.0\015        X11 Speedo font data
  4097.  
  4098. #------------------------------------------------------------------------------
  4099. # FIGlet fonts and controlfiles
  4100. # From figmagic supplied with Figlet version 2.2
  4101. # "David E. O'Brien" <obrien@FreeBSD.ORG>
  4102. 0    string        flf        FIGlet font
  4103. >3    string        >2a        version %-2.2s
  4104. 0    string        flc        FIGlet controlfile
  4105. >3    string        >2a        version %-2.2s
  4106.  
  4107. # libGrx graphics lib fonts, from Albert Cahalan (acahalan@cs.uml.edu)
  4108. # Used with djgpp (DOS Gnu C++), sometimes Linux or Turbo C++
  4109. 0    belong        0x14025919    libGrx font data,
  4110. >8    leshort        x        %dx
  4111. >10    leshort        x        \b%d
  4112. >40    string        x        %s
  4113. # Misc. DOS VGA fonts, from Albert Cahalan (acahalan@cs.uml.edu)
  4114. 0    belong        0xff464f4e    DOS code page font data collection
  4115. 7    belong        0x00454741    DOS code page font data
  4116. 7    belong        0x00564944    DOS code page font data (from Linux?)
  4117. 4098    string        DOSFONT        DOSFONT2 encrypted font data
  4118.  
  4119. # downloadable fonts for browser (prints type) anthon@mnt.org
  4120. 0    string        PFR1        PFR1 font
  4121. >102    string        >0        \b: %s
  4122.  
  4123. # True Type fonts
  4124. 0    string    \000\001\000\000\000    TrueType font data
  4125.  
  4126. 0    string        \007\001\001\000Copyright\ (c)\ 199    Adobe Multiple Master font
  4127. 0    string        \012\001\001\000Copyright\ (c)\ 199    Adobe Multiple Master font
  4128.  
  4129. # Opentype font data from Avi Bercovich
  4130. 0    string        OTTO        OpenType font data 
  4131.  
  4132.  
  4133. #------------------------------------------------------------------------------
  4134. # frame:  file(1) magic for FrameMaker files
  4135. #
  4136. # This stuff came on a FrameMaker demo tape, most of which is
  4137. # copyright, but this file is "published" as witness the following:
  4138. #
  4139. 0    string        \<MakerFile    FrameMaker document
  4140. >11    string        5.5         (5.5
  4141. >11    string        5.0         (5.0
  4142. >11    string        4.0         (4.0
  4143. >11    string        3.0         (3.0
  4144. >11    string        2.0         (2.0
  4145. >11    string        1.0         (1.0
  4146. >14    byte        x          %c)
  4147. 0    string        \<MIFFile    FrameMaker MIF (ASCII) file
  4148. >9    string        4.0         (4.0)
  4149. >9    string        3.0         (3.0)
  4150. >9    string        2.0         (2.0)
  4151. >9    string        1.0         (1.x)
  4152. 0    string        \<MakerDictionary    FrameMaker Dictionary text
  4153. >17    string        3.0         (3.0)
  4154. >17    string        2.0         (2.0)
  4155. >17    string        1.0         (1.x)
  4156. 0    string        \<MakerScreenFont    FrameMaker Font file
  4157. >17    string        1.01         (%s)
  4158. 0    string        \<MML        FrameMaker MML file
  4159. 0    string        \<BookFile    FrameMaker Book file
  4160. >10    string        3.0         (3.0
  4161. >10    string        2.0         (2.0
  4162. >10    string        1.0         (1.0
  4163. >13    byte        x          %c)
  4164. # XXX - this book entry should be verified, if you find one, uncomment this
  4165. #0    string        \<Book\     FrameMaker Book (ASCII) file
  4166. #>6    string        3.0         (3.0)
  4167. #>6    string        2.0         (2.0)
  4168. #>6    string        1.0         (1.0)
  4169. 0    string        \<Maker    Intermediate Print File    FrameMaker IPL file
  4170.  
  4171. #------------------------------------------------------------------------------
  4172. # freebsd:  file(1) magic for FreeBSD objects
  4173. #
  4174. # All new-style FreeBSD magic numbers are in host byte order (i.e.,
  4175. # little-endian on x86).
  4176. #
  4177. # XXX - this comes from the file "freebsd" in a recent FreeBSD version of
  4178. # "file"; it, and the NetBSD stuff in "netbsd", appear to use different
  4179. # schemes for distinguishing between executable images, shared libraries,
  4180. # and object files.
  4181. #
  4182. # FreeBSD says:
  4183. #
  4184. #    Regardless of whether it's pure, demand-paged, or none of the
  4185. #    above:
  4186. #
  4187. #    if the entry point is < 4096, then it's a shared library if
  4188. #    the "has run-time loader information" bit is set, and is
  4189. #    position-independent if the "is position-independent" bit
  4190. #    is set;
  4191. #
  4192. #    if the entry point is >= 4096 (or >4095, same thing), then it's
  4193. #    an executable, and is dynamically-linked if the "has run-time
  4194. #    loader information" bit is set.
  4195. #
  4196. # On x86, NetBSD says:
  4197. #
  4198. #    If it's neither pure nor demand-paged:
  4199. #
  4200. #    if it has the "has run-time loader information" bit set, it's
  4201. #    a dynamically-linked executable;
  4202. #
  4203. #    if it doesn't have that bit set, then:
  4204. #
  4205. #        if it has the "is position-independent" bit set, it's
  4206. #        position-independent;
  4207. #
  4208. #        if the entry point is non-zero, it's an executable, otherwise
  4209. #        it's an object file.
  4210. #
  4211. #    If it's pure:
  4212. #
  4213. #    if it has the "has run-time loader information" bit set, it's
  4214. #    a dynamically-linked executable, otherwise it's just an
  4215. #    executable.
  4216. #
  4217. #    If it's demand-paged:
  4218. #
  4219. #    if it has the "has run-time loader information" bit set,
  4220. #    then:
  4221. #
  4222. #        if the entry point is < 4096, it's a shared library;
  4223. #
  4224. #        if the entry point is = 4096 or > 4096 (i.e., >= 4096),
  4225. #        it's a dynamically-linked executable);
  4226. #
  4227. #    if it doesn't have the "has run-time loader information" bit
  4228. #    set, then it's just an executable.
  4229. #
  4230. # (On non-x86, NetBSD does much the same thing, except that it uses
  4231. # 8192 on 68K - except for "68k4k", which is presumably "68K with 4K
  4232. # pages - SPARC, and MIPS, presumably because Sun-3's and Sun-4's
  4233. # had 8K pages; dunno about MIPS.)
  4234. #
  4235. # I suspect the two will differ only in perverse and uninteresting cases
  4236. # ("shared" libraries that aren't demand-paged and whose pages probably
  4237. # won't actually be shared, executables with entry points <4096).
  4238. #
  4239. # I leave it to those more familiar with FreeBSD and NetBSD to figure out
  4240. # what the right answer is (although using ">4095", FreeBSD-style, is
  4241. # probably better than separately checking for "=4096" and ">4096",
  4242. # NetBSD-style).  (The old "netbsd" file analyzed FreeBSD demand paged
  4243. # executables using the NetBSD technique.)
  4244. #
  4245. 0    lelong&0377777777    041400407    FreeBSD/i386
  4246. >20    lelong            <4096
  4247. >>3    byte&0xC0        &0x80        shared library
  4248. >>3    byte&0xC0        0x40        PIC object
  4249. >>3    byte&0xC0        0x00        object
  4250. >20    lelong            >4095
  4251. >>3    byte&0x80        0x80        dynamically linked executable
  4252. >>3    byte&0x80        0x00        executable
  4253. >16    lelong            >0        not stripped
  4254.  
  4255. 0    lelong&0377777777    041400410    FreeBSD/i386 pure
  4256. >20    lelong            <4096
  4257. >>3    byte&0xC0        &0x80        shared library
  4258. >>3    byte&0xC0        0x40        PIC object
  4259. >>3    byte&0xC0        0x00        object
  4260. >20    lelong            >4095
  4261. >>3    byte&0x80        0x80        dynamically linked executable
  4262. >>3    byte&0x80        0x00        executable
  4263. >16    lelong            >0        not stripped
  4264.  
  4265. 0    lelong&0377777777    041400413    FreeBSD/i386 demand paged
  4266. >20    lelong            <4096
  4267. >>3    byte&0xC0        &0x80        shared library
  4268. >>3    byte&0xC0        0x40        PIC object
  4269. >>3    byte&0xC0        0x00        object
  4270. >20    lelong            >4095
  4271. >>3    byte&0x80        0x80        dynamically linked executable
  4272. >>3    byte&0x80        0x00        executable
  4273. >16    lelong            >0        not stripped
  4274.  
  4275. 0    lelong&0377777777    041400314    FreeBSD/i386 compact demand paged
  4276. >20    lelong            <4096
  4277. >>3    byte&0xC0        &0x80        shared library
  4278. >>3    byte&0xC0        0x40        PIC object
  4279. >>3    byte&0xC0        0x00        object
  4280. >20    lelong            >4095
  4281. >>3    byte&0x80        0x80        dynamically linked executable
  4282. >>3    byte&0x80        0x00        executable
  4283. >16    lelong            >0        not stripped
  4284.  
  4285. # XXX gross hack to identify core files
  4286. # cores start with a struct tss; we take advantage of the following:
  4287. # byte 7:     highest byte of the kernel stack pointer, always 0xfe
  4288. #      8/9:   kernel (ring 0) ss value, always 0x0010
  4289. #      10 - 27: ring 1 and 2 ss/esp, unused, thus always 0
  4290. #      28:    low order byte of the current PTD entry, always 0 since the
  4291. #             PTD is page-aligned
  4292. #
  4293. 7    string    \357\020\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0    FreeBSD/i386 a.out core file
  4294. >1039    string    >\0    from '%s'
  4295.  
  4296. # /var/run/ld.so.hints
  4297. # What are you laughing about?
  4298. 0    lelong            011421044151    ld.so hints file (Little Endian
  4299. >4    lelong            >0        \b, version %d)
  4300. >4    belong            <=0        \b)
  4301. 0    belong            011421044151    ld.so hints file (Big Endian
  4302. >4    belong            >0        \b, version %d)
  4303. >4    belong            <=0        \b)
  4304.  
  4305. #
  4306. # Files generated by FreeBSD scrshot(1)/vidcontrol(1) utilities
  4307. #
  4308. 0    string    SCRSHOT_    scrshot(1) screenshot,
  4309. >8    byte    x        version %d,
  4310. >9    byte    2        %d bytes in header,
  4311. >>10    byte    x        %d chars wide by
  4312. >>11    byte    x        %d chars high
  4313.  
  4314. #------------------------------------------------------------------------------
  4315. # fsav:  file(1) magic for datafellows fsav virus definition files
  4316. # Anthon van der Neut (anthon@mnt.org)
  4317. 0    beshort        0x1575        fsav (linux) macro virus
  4318. >8    leshort        >0        (%d-
  4319. >11    byte        >0        \b%02d-
  4320. >10    byte        >0        \b%02d)
  4321.  
  4322. # comment this out for now because it regognizes every file where
  4323. # the eighth character is \n
  4324. #8    byte        0x0a
  4325. #>12    byte        0x07
  4326. #>11    leshort        >0        fsav (linux) virus (%d-
  4327. #>10    byte        0        \b01-
  4328. #>10    byte        1        \b02-
  4329. #>10    byte        2        \b03-
  4330. #>10    byte        3        \b04-
  4331. #>10    byte        4        \b05-
  4332. #>10    byte        5        \b06-
  4333. #>10    byte        6        \b07-
  4334. #>10    byte        7        \b08-
  4335. #>10    byte        8        \b08-
  4336. #>10    byte        9        \b10-
  4337. #>10    byte        10        \b11-
  4338. #>10    byte        11        \b12-
  4339. #>9    byte        >0        \b%02d)
  4340. #------------------------------------------------------------------------------
  4341. # games:  file(1) for games
  4342.  
  4343. # Thomas M. Ott (ThMO)
  4344. 1    string    =WAD        DOOM data,
  4345. >0    string    =I        main wad
  4346. >0    string    =P        patch wad
  4347. >0    byte    x        unknown junk
  4348.  
  4349. # Fabio Bonelli <fabiobonelli@libero.it>
  4350. # Quake II - III data files
  4351. 0       string  IDP2            Quake II 3D Model file,
  4352. >20     long    x               %lu skin(s),
  4353. >8      long    x               (%lu x
  4354. >12     long    x         %lu),
  4355. >40     long    x               %lu frame(s),
  4356. >16     long    x               Frame size %lu bytes,
  4357. >24     long      x               %lu vertices/frame,
  4358. >28     long    x                %lu texture coordinates,
  4359. >32     long    x               %lu triangles/frame
  4360.  
  4361. 0       string  IBSP            Quake
  4362. >4      long    0x26            II Map file (BSP)
  4363. >4      long    0x2E          III Map file (BSP)
  4364.  
  4365. 0       string  IDS2            Quake II SP2 sprite file
  4366.  
  4367. #---------------------------------------------------------------------------
  4368. # Doom and Quake
  4369. # submitted by Nicolas Patrois
  4370.  
  4371. # DOOM
  4372.  
  4373. 0       string  IWAD    DOOM or DOOM ][ world
  4374. 0       string  PWAD    DOOM or DOOM ][ extension world
  4375.  
  4376. 0       string  \xcb\x1dBoom\xe6\xff\x03\x01    Boom or linuxdoom demo
  4377. # some doom lmp files don't match, I've got one beginning with \x6d\x02\x01\x01
  4378.  
  4379. 24      string  LxD\ 203        Linuxdoom save
  4380. >0      string  x       , name=%s
  4381. >44     string  x       , world=%s
  4382.  
  4383. # Quake
  4384.  
  4385. 0       string  PACK    Quake I or II world or extension
  4386.  
  4387. #0       string  -1\x0a  Quake I demo
  4388. #>30     string  x        version %.4s
  4389. #>61     string  x        level %s       
  4390.  
  4391. #0       string  5\x0a   Quake I save
  4392.  
  4393. # The levels
  4394.  
  4395. # Quake 1
  4396.  
  4397. 0    string    5\x0aIntroduction             Quake I save: start Introduction
  4398. 0    string    5\x0athe_Slipgate_Complex     Quake I save: e1m1 The slipgate complex
  4399. 0    string    5\x0aCastle_of_the_Damned     Quake I save: e1m2 Castle of the damned
  4400. 0    string    5\x0athe_Necropolis           Quake I save: e1m3 The necropolis
  4401. 0    string    5\x0athe_Grisly_Grotto        Quake I save: e1m4 The grisly grotto
  4402. 0    string    5\x0aZiggurat_Vertigo         Quake I save: e1m8 Ziggurat vertigo (secret)
  4403. 0    string    5\x0aGloom_Keep               Quake I save: e1m5 Gloom keep
  4404. 0    string    5\x0aThe_Door_To_Chthon       Quake I save: e1m6 The door to Chthon
  4405. 0    string    5\x0aThe_House_of_Chthon      Quake I save: e1m7 The house of Chthon
  4406. 0    string    5\x0athe_Installation         Quake I save: e2m1 The installation
  4407. 0    string    5\x0athe_Ogre_Citadel         Quake I save: e2m2 The ogre citadel
  4408. 0    string    5\x0athe_Crypt_of_Decay       Quake I save: e2m3 The crypt of decay (dopefish lives!)
  4409. 0    string    5\x0aUnderearth               Quake I save: e2m7 Underearth (secret)
  4410. 0    string    5\x0athe_Ebon_Fortress        Quake I save: e2m4 The ebon fortress
  4411. 0    string    5\x0athe_Wizard's_Manse       Quake I save: e2m5 The wizard's manse
  4412. 0    string    5\x0athe_Dismal_Oubliette     Quake I save: e2m6 The dismal oubliette
  4413. 0    string    5\x0aTermination_Central      Quake I save: e3m1 Termination central
  4414. 0    string    5\x0aVaults_of_Zin            Quake I save: e3m2 Vaults of Zin
  4415. 0    string    5\x0athe_Tomb_of_Terror       Quake I save: e3m3 The tomb of terror
  4416. 0    string    5\x0aSatan's_Dark_Delight     Quake I save: e3m4 Satan's dark delight
  4417. 0    string    5\x0athe_Haunted_Halls        Quake I save: e3m7 The haunted halls (secret)
  4418. 0    string    5\x0aWind_Tunnels             Quake I save: e3m5 Wind tunnels
  4419. 0    string    5\x0aChambers_of_Torment      Quake I save: e3m6 Chambers of torment
  4420. 0    string    5\x0athe_Sewage_System        Quake I save: e4m1 The sewage system
  4421. 0    string    5\x0aThe_Tower_of_Despair     Quake I save: e4m2 The tower of despair
  4422. 0    string    5\x0aThe_Elder_God_Shrine     Quake I save: e4m3 The elder god shrine
  4423. 0    string    5\x0athe_Palace_of_Hate       Quake I save: e4m4 The palace of hate
  4424. 0    string    5\x0aHell's_Atrium            Quake I save: e4m5 Hell's atrium
  4425. 0    string    5\x0athe_Nameless_City        Quake I save: e4m8 The nameless city (secret)
  4426. 0    string    5\x0aThe_Pain_Maze            Quake I save: e4m6 The pain maze
  4427. 0    string    5\x0aAzure_Agony              Quake I save: e4m7 Azure agony
  4428. 0    string    5\x0aShub-Niggurath's_Pit     Quake I save: end Shub-Niggurath's pit
  4429.  
  4430. # Quake DeathMatch levels
  4431.  
  4432. 0    string    5\x0aPlace_of_Two_Deaths     Quake I save: dm1 Place of two deaths
  4433. 0    string    5\x0aClaustrophobopolis         Quake I save: dm2 Claustrophobopolis
  4434. 0    string    5\x0aThe_Abandoned_Base         Quake I save: dm3 The abandoned base
  4435. 0    string    5\x0aThe_Bad_Place         Quake I save: dm4 The bad place
  4436. 0    string    5\x0aThe_Cistern         Quake I save: dm5 The cistern
  4437. 0    string    5\x0aThe_Dark_Zone         Quake I save: dm6 The dark zone
  4438.  
  4439. # Scourge of Armagon
  4440.  
  4441. 0    string    5\x0aCommand_HQ               Quake I save: start Command HQ
  4442. 0    string    5\x0aThe_Pumping_Station      Quake I save: hip1m1 The pumping station
  4443. 0    string    5\x0aStorage_Facility         Quake I save: hip1m2 Storage facility
  4444. 0    string    5\x0aMilitary_Complex         Quake I save: hip1m5 Military complex (secret)
  4445. 0    string    5\x0athe_Lost_Mine            Quake I save: hip1m3 The lost mine
  4446. 0    string    5\x0aResearch_Facility        Quake I save: hip1m4 Research facility
  4447. 0    string    5\x0aAncient_Realms           Quake I save: hip2m1 Ancient realms
  4448. 0    string    5\x0aThe_Gremlin's_Domain     Quake I save: hip2m6 The gremlin's domain (secret)
  4449. 0    string    5\x0aThe_Black_Cathedral      Quake I save: hip2m2 The black cathedral
  4450. 0    string    5\x0aThe_Catacombs            Quake I save: hip2m3 The catacombs
  4451. 0    string    5\x0athe_Crypt__              Quake I save: hip2m4 The crypt
  4452. 0    string    5\x0aMortum's_Keep            Quake I save: hip2m5 Mortum's keep
  4453. 0    string    5\x0aTur_Torment              Quake I save: hip3m1 Tur torment
  4454. 0    string    5\x0aPandemonium              Quake I save: hip3m2 Pandemonium
  4455. 0    string    5\x0aLimbo                    Quake I save: hip3m3 Limbo
  4456. 0    string    5\x0athe_Edge_of_Oblivion     Quake I save: hipdm1 The edge of oblivion (secret)
  4457. 0    string    5\x0aThe_Gauntlet             Quake I save: hip3m4 The gauntlet
  4458. 0    string    5\x0aArmagon's_Lair           Quake I save: hipend Armagon's lair
  4459.  
  4460. # Malice
  4461.  
  4462. 0    string    5\x0aThe_Academy      Quake I save: start The academy
  4463. 0    string    5\x0aThe_Lab          Quake I save: d1 The lab
  4464. 0    string    5\x0aArea_33          Quake I save: d1b Area 33
  4465. 0    string    5\x0aSECRET_MISSIONS  Quake I save: d3b Secret missions
  4466. 0    string    5\x0aThe_Hospital     Quake I save: d10 The hospital (secret)
  4467. 0    string    5\x0aThe_Genetics_Lab Quake I save: d11 The genetics lab (secret)
  4468. 0    string    5\x0aBACK_2_MALICE    Quake I save: d4b Back to Malice
  4469. 0    string    5\x0aArea44           Quake I save: d1c Area 44
  4470. 0    string    5\x0aTakahiro_Towers  Quake I save: d2 Takahiro towers
  4471. 0    string    5\x0aA_Rat's_Life     Quake I save: d3 A rat's life
  4472. 0    string    5\x0aInto_The_Flood   Quake I save: d4 Into the flood
  4473. 0    string    5\x0aThe_Flood        Quake I save: d5 The flood
  4474. 0    string    5\x0aNuclear_Plant    Quake I save: d6 Nuclear plant
  4475. 0    string    5\x0aThe_Incinerator_Plant    Quake I save: d7 The incinerator plant
  4476. 0    string    5\x0aThe_Foundry              Quake I save: d7b The foundry
  4477. 0    string    5\x0aThe_Underwater_Base      Quake I save: d8 The underwater base
  4478. 0    string    5\x0aTakahiro_Base            Quake I save: d9 Takahiro base
  4479. 0    string    5\x0aTakahiro_Laboratories    Quake I save: d12 Takahiro laboratories
  4480. 0    string    5\x0aStayin'_Alive    Quake I save: d13 Stayin' alive
  4481. 0    string    5\x0aB.O.S.S._HQ      Quake I save: d14 B.O.S.S. HQ
  4482. 0    string    5\x0aSHOWDOWN!        Quake I save: d15 Showdown!
  4483.  
  4484. # Malice DeathMatch levels
  4485.  
  4486. 0    string    5\x0aThe_Seventh_Precinct     Quake I save: ddm1 The seventh precinct
  4487. 0    string    5\x0aSub_Station         Quake I save: ddm2 Sub station
  4488. 0    string    5\x0aCrazy_Eights!         Quake I save: ddm3 Crazy eights!
  4489. 0    string    5\x0aEast_Side_Invertationa     Quake I save: ddm4 East side invertationa
  4490. 0    string    5\x0aSlaughterhouse         Quake I save: ddm5 Slaughterhouse
  4491. 0    string    5\x0aDOMINO             Quake I save: ddm6 Domino
  4492. 0    string    5\x0aSANDRA'S_LADDER         Quake I save: ddm7 Sandra's ladder
  4493.  
  4494.  
  4495. 0    string    MComprHD    MAME CHD compressed hard disk image,
  4496. >12    belong    x        version %lu
  4497.  
  4498. #------------------------------------------------------------------------------
  4499. # GEOS files (Vidar Madsen, vidar@gimp.org)
  4500. # semi-commonly used in embedded and handheld systems.
  4501. 0    belong    0xc745c153    GEOS
  4502. >40    byte    1    executable
  4503. >40    byte    2    VMFile
  4504. >40    byte    3    binary
  4505. >40    byte    4    directory label
  4506. >40    byte    <1    unknown
  4507. >40    byte    >4    unknown
  4508. >4    string    >\0    \b, name "%s"
  4509. #>44    short    x    \b, version %d
  4510. #>46    short    x    \b.%d
  4511. #>48    short    x    \b, rev %d
  4512. #>50    short    x    \b.%d
  4513. #>52    short    x    \b, proto %d
  4514. #>54    short    x    \br%d
  4515. #>168    string    >\0    \b, copyright "%s"
  4516.  
  4517. #------------------------------------------------------------------------------
  4518. # gcc:  file(1) magic for GCC special files
  4519. #
  4520. 0    string        gpch        GCC precompiled header
  4521.  
  4522. # The version field is annoying.  It's 3 characters, not zero-terminated.
  4523. >5    byte        x            (version %c
  4524. >6    byte        x            \b%c
  4525. >7    byte        x            \b%c)
  4526.  
  4527. # 67 = 'C', 111 = 'o', 43 = '+', 79 = 'O'
  4528. >4    byte        67            for C
  4529. >4    byte        111            for Objective C
  4530. >4    byte        43            for C++
  4531. >4    byte        79            for Objective C++
  4532. #------------------------------------------------------------------------------
  4533. # GIMP Gradient: file(1) magic for the GIMP's gradient data files
  4534. # by Federico Mena <federico@nuclecu.unam.mx>
  4535.  
  4536. 0       string          GIMP\ Gradient  GIMP gradient data
  4537.  
  4538. #------------------------------------------------------------------------------
  4539. # XCF:  file(1) magic for the XCF image format used in the GIMP developed
  4540. #       by Spencer Kimball and Peter Mattis
  4541. #       ('Bucky' LaDieu, nega@vt.edu)
  4542.  
  4543. 0    string        gimp\ xcf    GIMP XCF image data,
  4544. >9    string        file        version 0,
  4545. >9    string        v        version
  4546. >>10    string        >\0        %s,
  4547. >14    belong        x        %lu x
  4548. >18    belong        x        %lu,
  4549. >22     belong          0               RGB Color
  4550. >22     belong          1               Greyscale
  4551. >22     belong          2               Indexed Color
  4552. >22    belong        >2        Unknown Image Type.
  4553.  
  4554. #------------------------------------------------------------------------------
  4555. # XCF:  file(1) magic for the patterns used in the GIMP, developed
  4556. #       by Spencer Kimball and Peter Mattis
  4557. #       ('Bucky' LaDieu, nega@vt.edu)
  4558.  
  4559. 20      string          GPAT            GIMP pattern data,
  4560. >24     string          x               %s
  4561.  
  4562. #------------------------------------------------------------------------------
  4563. # XCF:  file(1) magic for the brushes used in the GIMP, developed
  4564. #       by Spencer Kimball and Peter Mattis
  4565. #       ('Bucky' LaDieu, nega@vt.edu)
  4566.  
  4567. 20      string          GIMP            GIMP brush data
  4568. #
  4569. # GNU nlsutils message catalog file format
  4570. #
  4571. 0    string        \336\22\4\225    GNU message catalog (little endian),
  4572. >4    lelong        x        revision %d,
  4573. >8    lelong        x        %d messages
  4574. 0    string        \225\4\22\336    GNU message catalog (big endian),
  4575. >4    belong        x        revision %d,
  4576. >8    belong        x        %d messages
  4577. # message catalogs, from Mitchum DSouza <m.dsouza@mrc-apu.cam.ac.uk>
  4578. 0    string        *nazgul*    Nazgul style compiled message catalog
  4579. >8    lelong        >0        \b, version %ld
  4580. # GnuPG
  4581. # The format is very similar to pgp
  4582. 0    string          \001gpg                 GPG key trust database
  4583. >4    byte            x                       version %d
  4584. 0       beshort         0x9901                  GPG key public ring
  4585. # This magic is not particularly good, as the keyrings don't have true
  4586. # magic. Nevertheless, it covers many keyrings.
  4587.  
  4588. # Gnumeric spreadsheet
  4589. # This entry is only semi-helpful, as Gnumeric compresses its files, so
  4590. # they will ordinarily reported as "compressed", but at least -z helps
  4591. 39      string          =<gmr:Workbook           Gnumeric spreadsheet
  4592.  
  4593. # From: James Youngman <jay@gnu.org> 
  4594. # gnu find magic
  4595. 0    string    \0LOCATE    GNU findutils locate database data
  4596. >7    string    >\0        \b, format %s
  4597. >7    string    02        \b (frcode)
  4598.  
  4599. #------------------------------------------------------------------------------
  4600. # ACE/gr and Grace type files - PLEASE DO NOT REMOVE THIS LINE
  4601. #
  4602. # ACE/gr binary
  4603. 0    string    \000\000\0001\000\000\0000\000\000\0000\000\000\0002\000\000\0000\000\000\0000\000\000\0003        old ACE/gr binary file
  4604. >39    byte    >0            - version %c
  4605. # ACE/gr ascii
  4606. 0    string    #\ xvgr\ parameter\ file    ACE/gr ascii file
  4607. 0    string    #\ xmgr\ parameter\ file    ACE/gr ascii file
  4608. 0    string    #\ ACE/gr\ parameter\ file    ACE/gr ascii file
  4609. # Grace projects
  4610. 0    string    #\ Grace\ project\ file        Grace project file
  4611. >23    string    @version\              (version
  4612. >>32    byte    >0                 %c
  4613. >>33    string    >\0                 \b.%.2s
  4614. >>35    string    >\0                 \b.%.2s)
  4615. # ACE/gr fit description files
  4616. 0    string    #\ ACE/gr\ fit\ description\     ACE/gr fit description file
  4617. # end of ACE/gr and Grace type files - PLEASE DO NOT REMOVE THIS LINE
  4618.  
  4619. #------------------------------------------------------------------------------
  4620. # gringotts:  file(1) magic for Gringotts
  4621. # http://devel.pluto.linux.it/projects/Gringotts/
  4622. # author: Germano Rizzo <mano@pluto.linux.it>
  4623. #GRG3????Y
  4624. 0    string    GRG        Gringotts data file
  4625. #file format 1
  4626. >3    string        1        v.1, MCRYPT S2K, SERPENT crypt, SHA-256 hash, ZLib lvl.9
  4627. #file format 2
  4628. >3    string        2        v.2, MCRYPT S2K, 
  4629. >>8    byte&0x70    0x00        RIJNDAEL-128 crypt,
  4630. >>8    byte&0x70    0x10        SERPENT crypt,
  4631. >>8    byte&0x70    0x20        TWOFISH crypt, 
  4632. >>8    byte&0x70    0x30        CAST-256 crypt,
  4633. >>8    byte&0x70    0x40        SAFER+ crypt,
  4634. >>8    byte&0x70    0x50        LOKI97 crypt,
  4635. >>8    byte&0x70    0x60        3DES crypt,
  4636. >>8    byte&0x70    0x70        RIJNDAEL-256 crypt,
  4637. >>8    byte&0x08    0x00        SHA1 hash,
  4638. >>8    byte&0x08    0x08        RIPEMD-160 hash,
  4639. >>8    byte&0x04    0x00        ZLib
  4640. >>8    byte&0x04    0x04        BZip2
  4641. >>8    byte&0x03    0x00        lvl.0
  4642. >>8    byte&0x03    0x01        lvl.3
  4643. >>8    byte&0x03    0x02        lvl.6
  4644. >>8    byte&0x03    0x03        lvl.9
  4645. #file format 3
  4646. >3    string        3        v.3, OpenPGP S2K, 
  4647. >>8    byte&0x70    0x00        RIJNDAEL-128 crypt,
  4648. >>8    byte&0x70    0x10        SERPENT crypt,
  4649. >>8    byte&0x70    0x20        TWOFISH crypt, 
  4650. >>8    byte&0x70    0x30        CAST-256 crypt,
  4651. >>8    byte&0x70    0x40        SAFER+ crypt,
  4652. >>8    byte&0x70    0x50        LOKI97 crypt,
  4653. >>8    byte&0x70    0x60        3DES crypt,
  4654. >>8    byte&0x70    0x70        RIJNDAEL-256 crypt,
  4655. >>8    byte&0x08    0x00        SHA1 hash,
  4656. >>8    byte&0x08    0x08        RIPEMD-160 hash,
  4657. >>8    byte&0x04    0x00        ZLib
  4658. >>8    byte&0x04    0x04        BZip2
  4659. >>8    byte&0x03    0x00        lvl.0
  4660. >>8    byte&0x03    0x01        lvl.3
  4661. >>8    byte&0x03    0x02        lvl.6
  4662. >>8    byte&0x03    0x03        lvl.9
  4663. #file format >3
  4664. >3    string        >3        v.%.1s (unknown details)
  4665.  
  4666. #------------------------------------------------------------------------------
  4667. # Hierarchical Data Format, used to facilitate scientific data exchange
  4668. # specifications at http://hdf.ncsa.uiuc.edu/
  4669.  
  4670. 0    belong        0x0e031301    Hierarchical Data Format (version 4) data
  4671. 0    string        \211HDF\r\n\032    Hierarchical Data Format (version 5) data
  4672.  
  4673. #------------------------------------------------------------------------------
  4674. # hitach-sh: file(1) magic for Hitachi Super-H
  4675. #
  4676. # Super-H COFF
  4677. #
  4678. 0    beshort        0x0500        Hitachi SH big-endian COFF
  4679. >18    beshort&0x0002    =0x0000        object
  4680. >18    beshort&0x0002    =0x0002        executable
  4681. >18    beshort&0x0008    =0x0008        \b, stripped
  4682. >18    beshort&0x0008    =0x0000        \b, not stripped
  4683. #
  4684. 0    leshort        0x0550        Hitachi SH little-endian COFF
  4685. >18    leshort&0x0002    =0x0000        object
  4686. >18    leshort&0x0002    =0x0002        executable
  4687. >18    leshort&0x0008    =0x0008        \b, stripped
  4688. >18    leshort&0x0008    =0x0000        \b, not stripped
  4689.  
  4690.  
  4691. #------------------------------------------------------------------------------
  4692. # hp:  file(1) magic for Hewlett Packard machines (see also "printer")
  4693. #
  4694. # XXX - somebody should figure out whether any byte order needs to be
  4695. # applied to the "TML" stuff; I'm assuming the Apollo stuff is
  4696. # big-endian as it was mostly 68K-based.
  4697. #
  4698. # I think the 500 series was the old stack-based machines, running a
  4699. # UNIX environment atop the "SUN kernel"; dunno whether it was
  4700. # big-endian or little-endian.
  4701. #
  4702. # Daniel Quinlan (quinlan@yggdrasil.com): hp200 machines are 68010 based;
  4703. # hp300 are 68020+68881 based; hp400 are also 68k.  The following basic
  4704. # HP magic is useful for reference, but using "long" magic is a better
  4705. # practice in order to avoid collisions.
  4706. #
  4707. # Guy Harris (guy@netapp.com): some additions to this list came from
  4708. # HP-UX 10.0's "/usr/include/sys/unistd.h" (68030, 68040, PA-RISC 1.1,
  4709. # 1.2, and 2.0).  The 1.2 and 2.0 stuff isn't in the HP-UX 10.0
  4710. # "/etc/magic", though, except for the "archive file relocatable library"
  4711. # stuff, and the 68030 and 68040 stuff isn't there at all - are they not
  4712. # used in executables, or have they just not yet updated "/etc/magic"
  4713. # completely?
  4714. #
  4715. # 0    beshort        200        hp200 (68010) BSD binary
  4716. # 0    beshort        300        hp300 (68020+68881) BSD binary
  4717. # 0    beshort        0x20c        hp200/300 HP-UX binary
  4718. # 0    beshort        0x20d        hp400 (68030) HP-UX binary
  4719. # 0    beshort        0x20e        hp400 (68040?) HP-UX binary
  4720. # 0    beshort        0x20b        PA-RISC1.0 HP-UX binary
  4721. # 0    beshort        0x210        PA-RISC1.1 HP-UX binary
  4722. # 0    beshort        0x211        PA-RISC1.2 HP-UX binary
  4723. # 0    beshort        0x214        PA-RISC2.0 HP-UX binary
  4724.  
  4725. #
  4726. # The "misc" stuff needs a byte order; the archives look suspiciously
  4727. # like the old 177545 archives (0xff65 = 0177545).
  4728. #
  4729. #### Old Apollo stuff
  4730. 0    beshort        0627        Apollo m68k COFF executable
  4731. >18    beshort        ^040000        not stripped
  4732. >22    beshort        >0        - version %ld
  4733. 0    beshort        0624        apollo a88k COFF executable
  4734. >18    beshort        ^040000        not stripped
  4735. >22    beshort        >0        - version %ld
  4736. 0       long            01203604016     TML 0123 byte-order format
  4737. 0       long            01702407010     TML 1032 byte-order format
  4738. 0       long            01003405017     TML 2301 byte-order format
  4739. 0       long            01602007412     TML 3210 byte-order format
  4740. #### PA-RISC 1.1
  4741. 0    belong         0x02100106    PA-RISC1.1 relocatable object
  4742. 0    belong         0x02100107    PA-RISC1.1 executable
  4743. >168    belong        &0x00000004    dynamically linked
  4744. >(144)    belong        0x054ef630    dynamically linked
  4745. >96    belong        >0        - not stripped
  4746.  
  4747. 0    belong         0x02100108    PA-RISC1.1 shared executable
  4748. >168    belong&0x4    0x4        dynamically linked
  4749. >(144)    belong        0x054ef630    dynamically linked
  4750. >96    belong        >0        - not stripped
  4751.  
  4752. 0    belong         0x0210010b    PA-RISC1.1 demand-load executable
  4753. >168    belong&0x4    0x4        dynamically linked
  4754. >(144)    belong        0x054ef630    dynamically linked
  4755. >96    belong        >0        - not stripped
  4756.  
  4757. 0    belong         0x0210010e    PA-RISC1.1 shared library
  4758. >96    belong        >0        - not stripped
  4759.  
  4760. 0    belong         0x0210010d    PA-RISC1.1 dynamic load library
  4761. >96    belong        >0        - not stripped
  4762.  
  4763. #### PA-RISC 2.0
  4764. 0    belong        0x02140106    PA-RISC2.0 relocatable object
  4765.  
  4766. 0       belong        0x02140107    PA-RISC2.0 executable
  4767. >168    belong        &0x00000004    dynamically linked
  4768. >(144)    belong        0x054ef630    dynamically linked
  4769. >96    belong        >0        - not stripped
  4770.  
  4771. 0       belong        0x02140108    PA-RISC2.0 shared executable
  4772. >168    belong        &0x00000004    dynamically linked
  4773. >(144)    belong        0x054ef630    dynamically linked
  4774. >96    belong        >0        - not stripped
  4775.  
  4776. 0       belong        0x0214010b    PA-RISC2.0 demand-load executable
  4777. >168    belong        &0x00000004    dynamically linked
  4778. >(144)    belong        0x054ef630    dynamically linked
  4779. >96    belong        >0        - not stripped
  4780.  
  4781. 0       belong        0x0214010e    PA-RISC2.0 shared library
  4782. >96    belong        >0        - not stripped
  4783.  
  4784. 0       belong        0x0214010d    PA-RISC2.0 dynamic load library
  4785. >96    belong        >0        - not stripped
  4786.  
  4787. #### 800
  4788. 0    belong         0x020b0106    PA-RISC1.0 relocatable object
  4789.  
  4790. 0    belong         0x020b0107    PA-RISC1.0 executable
  4791. >168    belong&0x4    0x4        dynamically linked
  4792. >(144)    belong        0x054ef630    dynamically linked
  4793. >96    belong        >0        - not stripped
  4794.  
  4795. 0    belong         0x020b0108    PA-RISC1.0 shared executable
  4796. >168    belong&0x4    0x4        dynamically linked
  4797. >(144)    belong        0x054ef630    dynamically linked
  4798. >96    belong        >0        - not stripped
  4799.  
  4800. 0    belong         0x020b010b    PA-RISC1.0 demand-load executable
  4801. >168    belong&0x4    0x4        dynamically linked
  4802. >(144)    belong        0x054ef630    dynamically linked
  4803. >96    belong        >0        - not stripped
  4804.  
  4805. 0    belong         0x020b010e    PA-RISC1.0 shared library
  4806. >96    belong        >0        - not stripped
  4807.  
  4808. 0    belong         0x020b010d    PA-RISC1.0 dynamic load library
  4809. >96    belong        >0        - not stripped
  4810.  
  4811. 0    belong        0x213c6172    archive file
  4812. >68    belong         0x020b0619    - PA-RISC1.0 relocatable library
  4813. >68    belong         0x02100619    - PA-RISC1.1 relocatable library
  4814. >68    belong         0x02110619    - PA-RISC1.2 relocatable library
  4815. >68    belong         0x02140619    - PA-RISC2.0 relocatable library
  4816.  
  4817. #### 500
  4818. 0    long        0x02080106    HP s500 relocatable executable
  4819. >16    long        >0        - version %ld
  4820.  
  4821. 0    long        0x02080107    HP s500 executable
  4822. >16    long        >0        - version %ld
  4823.  
  4824. 0    long        0x02080108    HP s500 pure executable
  4825. >16    long        >0        - version %ld
  4826.  
  4827. #### 200
  4828. 0    belong         0x020c0108    HP s200 pure executable
  4829. >4    beshort        >0        - version %ld
  4830. >8    belong        &0x80000000    save fp regs
  4831. >8    belong        &0x40000000    dynamically linked
  4832. >8    belong        &0x20000000    debuggable
  4833. >36    belong        >0        not stripped
  4834.  
  4835. 0    belong        0x020c0107    HP s200 executable
  4836. >4    beshort        >0        - version %ld
  4837. >8    belong        &0x80000000    save fp regs
  4838. >8    belong        &0x40000000    dynamically linked
  4839. >8    belong        &0x20000000    debuggable
  4840. >36    belong        >0        not stripped
  4841.  
  4842. 0    belong        0x020c010b    HP s200 demand-load executable
  4843. >4    beshort        >0        - version %ld
  4844. >8    belong        &0x80000000    save fp regs
  4845. >8    belong        &0x40000000    dynamically linked
  4846. >8    belong        &0x20000000    debuggable
  4847. >36    belong        >0        not stripped
  4848.  
  4849. 0    belong        0x020c0106    HP s200 relocatable executable
  4850. >4    beshort        >0        - version %ld
  4851. >6    beshort        >0        - highwater %d
  4852. >8    belong        &0x80000000    save fp regs
  4853. >8    belong        &0x20000000    debuggable
  4854. >8    belong        &0x10000000    PIC
  4855.  
  4856. 0    belong         0x020a0108    HP s200 (2.x release) pure executable
  4857. >4    beshort        >0        - version %ld
  4858. >36    belong        >0        not stripped
  4859.  
  4860. 0    belong        0x020a0107    HP s200 (2.x release) executable
  4861. >4    beshort        >0        - version %ld
  4862. >36    belong        >0        not stripped
  4863.  
  4864. 0    belong        0x020c010e    HP s200 shared library
  4865. >4    beshort        >0        - version %ld
  4866. >6    beshort        >0        - highwater %d
  4867. >36    belong        >0        not stripped
  4868.  
  4869. 0    belong        0x020c010d    HP s200 dynamic load library
  4870. >4    beshort        >0        - version %ld
  4871. >6    beshort        >0        - highwater %d
  4872. >36    belong        >0        not stripped
  4873.  
  4874. #### MISC
  4875. 0    long        0x0000ff65    HP old archive
  4876. 0    long        0x020aff65    HP s200 old archive
  4877. 0    long        0x020cff65    HP s200 old archive
  4878. 0    long        0x0208ff65    HP s500 old archive
  4879.  
  4880. 0    long        0x015821a6    HP core file
  4881.  
  4882. 0    long        0x4da7eee8    HP-WINDOWS font
  4883. >8    byte        >0        - version %ld
  4884. 0    string        Bitmapfile    HP Bitmapfile
  4885.  
  4886. 0    string        IMGfile    CIS     compimg HP Bitmapfile
  4887. # XXX - see "lif"
  4888. #0    short        0x8000        lif file
  4889. 0    long        0x020c010c    compiled Lisp
  4890.  
  4891. 0    string        msgcat01    HP NLS message catalog,
  4892. >8    long        >0        %d messages
  4893.  
  4894. # addendum to /etc/magic with HP-48sx file-types by phk@data.fls.dk 1jan92
  4895. 0    string        HPHP48-        HP48 binary
  4896. >7    byte        >0        - Rev %c
  4897. >8    beshort        0x1129        (ADR)
  4898. >8    beshort        0x3329        (REAL)
  4899. >8    beshort        0x5529        (LREAL)
  4900. >8    beshort        0x7729        (COMPLX)
  4901. >8    beshort        0x9d29        (LCOMPLX)
  4902. >8    beshort        0xbf29        (CHAR)
  4903. >8    beshort        0xe829        (ARRAY)
  4904. >8    beshort        0x0a2a        (LNKARRAY)
  4905. >8    beshort        0x2c2a        (STRING)
  4906. >8    beshort        0x4e2a        (HXS)
  4907. >8    beshort        0x742a        (LIST)
  4908. >8    beshort        0x962a        (DIR)
  4909. >8    beshort        0xb82a        (ALG)
  4910. >8    beshort        0xda2a        (UNIT)
  4911. >8    beshort        0xfc2a        (TAGGED)
  4912. >8    beshort        0x1e2b        (GROB)
  4913. >8    beshort        0x402b        (LIB)
  4914. >8    beshort        0x622b        (BACKUP)
  4915. >8    beshort        0x882b        (LIBDATA)
  4916. >8    beshort        0x9d2d        (PROG)
  4917. >8    beshort        0xcc2d        (CODE)
  4918. >8    beshort        0x482e        (GNAME)
  4919. >8    beshort        0x6d2e        (LNAME)
  4920. >8    beshort        0x922e        (XLIB)
  4921. 0    string        %%HP:        HP48 text
  4922. >6    string        T(0)        - T(0)
  4923. >6    string        T(1)        - T(1)
  4924. >6    string        T(2)        - T(2)
  4925. >6    string        T(3)        - T(3)
  4926. >10    string        A(D)        A(D)
  4927. >10    string        A(R)        A(R)
  4928. >10    string        A(G)        A(G)
  4929. >14    string        F(.)        F(.);
  4930. >14    string        F(,)        F(,);
  4931.  
  4932. # hpBSD magic numbers
  4933. 0    beshort        200        hp200 (68010) BSD
  4934. >2    beshort        0407        impure binary
  4935. >2    beshort        0410        read-only binary
  4936. >2    beshort        0413        demand paged binary
  4937. 0    beshort        300        hp300 (68020+68881) BSD
  4938. >2    beshort        0407        impure binary
  4939. >2    beshort        0410        read-only binary
  4940. >2    beshort        0413        demand paged binary
  4941. #
  4942. # From David Gero <dgero@nortelnetworks.com>
  4943. # HP-UX 10.20 core file format from /usr/include/sys/core.h
  4944. # Unfortunately, HP-UX uses corehead blocks without specifying the order
  4945. # There are four we care about:
  4946. #     CORE_KERNEL, which starts with the string "HP-UX"
  4947. #     CORE_EXEC, which contains the name of the command
  4948. #     CORE_PROC, which contains the signal number that caused the core dump
  4949. #     CORE_FORMAT, which contains the version of the core file format (== 1)
  4950. # The only observed order in real core files is KERNEL, EXEC, FORMAT, PROC
  4951. # but we include all 6 variations of the order of the first 3, and
  4952. # assume that PROC will always be last
  4953. # Order 1: KERNEL, EXEC, FORMAT, PROC
  4954. 0x10        string    HP-UX
  4955. >0        belong    2
  4956. >>0xC        belong    0x3C
  4957. >>>0x4C        belong    0x100
  4958. >>>>0x58    belong    0x44
  4959. >>>>>0xA0    belong    1
  4960. >>>>>>0xAC    belong    4
  4961. >>>>>>>0xB0    belong    1
  4962. >>>>>>>>0xB4    belong    4        core file
  4963. >>>>>>>>>0x90    string    >\0        from '%s'
  4964. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  4965. >>>>>>>>>0xC4    belong    4        - received SIGILL
  4966. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  4967. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  4968. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  4969. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  4970. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  4971. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  4972. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  4973. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  4974. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  4975. # Order 2: KERNEL, FORMAT, EXEC, PROC
  4976. >>>0x4C        belong    1
  4977. >>>>0x58    belong    4
  4978. >>>>>0x5C    belong    1
  4979. >>>>>>0x60    belong    0x100
  4980. >>>>>>>0x6C    belong    0x44
  4981. >>>>>>>>0xB4    belong    4        core file
  4982. >>>>>>>>>0xA4    string    >\0        from '%s'
  4983. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  4984. >>>>>>>>>0xC4    belong    4        - received SIGILL
  4985. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  4986. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  4987. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  4988. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  4989. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  4990. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  4991. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  4992. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  4993. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  4994. # Order 3: FORMAT, KERNEL, EXEC, PROC
  4995. 0x24        string    HP-UX
  4996. >0        belong    1
  4997. >>0xC        belong    4
  4998. >>>0x10        belong    1
  4999. >>>>0x14    belong    2
  5000. >>>>>0x20    belong    0x3C
  5001. >>>>>>0x60    belong    0x100
  5002. >>>>>>>0x6C    belong    0x44
  5003. >>>>>>>>0xB4    belong    4        core file
  5004. >>>>>>>>>0xA4    string    >\0        from '%s'
  5005. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  5006. >>>>>>>>>0xC4    belong    4        - received SIGILL
  5007. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  5008. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  5009. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  5010. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  5011. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  5012. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  5013. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  5014. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  5015. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  5016. # Order 4: EXEC, KERNEL, FORMAT, PROC
  5017. 0x64        string    HP-UX
  5018. >0        belong    0x100
  5019. >>0xC        belong    0x44
  5020. >>>0x54        belong    2
  5021. >>>>0x60    belong    0x3C
  5022. >>>>>0xA0    belong    1
  5023. >>>>>>0xAC    belong    4
  5024. >>>>>>>0xB0    belong    1
  5025. >>>>>>>>0xB4    belong    4        core file
  5026. >>>>>>>>>0x44    string    >\0        from '%s'
  5027. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  5028. >>>>>>>>>0xC4    belong    4        - received SIGILL
  5029. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  5030. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  5031. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  5032. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  5033. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  5034. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  5035. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  5036. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  5037. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  5038. # Order 5: FORMAT, EXEC, KERNEL, PROC
  5039. 0x78        string    HP-UX
  5040. >0        belong    1
  5041. >>0xC        belong    4
  5042. >>>0x10        belong    1
  5043. >>>>0x14    belong    0x100
  5044. >>>>>0x20    belong    0x44
  5045. >>>>>>0x68    belong    2
  5046. >>>>>>>0x74    belong    0x3C
  5047. >>>>>>>>0xB4    belong    4        core file
  5048. >>>>>>>>>0x58    string    >\0        from '%s'
  5049. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  5050. >>>>>>>>>0xC4    belong    4        - received SIGILL
  5051. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  5052. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  5053. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  5054. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  5055. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  5056. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  5057. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  5058. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  5059. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  5060. # Order 6: EXEC, FORMAT, KERNEL, PROC
  5061. >0        belong    0x100
  5062. >>0xC        belong    0x44
  5063. >>>0x54        belong    1
  5064. >>>>0x60    belong    4
  5065. >>>>>0x64    belong    1
  5066. >>>>>>0x68    belong    2
  5067. >>>>>>>0x74    belong    0x2C
  5068. >>>>>>>>0xB4    belong    4        core file
  5069. >>>>>>>>>0x44    string    >\0        from '%s'
  5070. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  5071. >>>>>>>>>0xC4    belong    4        - received SIGILL
  5072. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  5073. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  5074. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  5075. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  5076. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  5077. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  5078. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  5079. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  5080. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  5081.  
  5082. # From: AMAKAWA Shuhei <sa264@cam.ac.uk>
  5083. 0    string    HPHP49-            HP49 binary
  5084.  
  5085.  
  5086. #------------------------------------------------------------------------------
  5087. # human68k:  file(1) magic for Human68k (X680x0 DOS) binary formats
  5088. # Magic too short!
  5089. #0        string    HU        Human68k
  5090. #>68        string    LZX        LZX compressed
  5091. #>>72        string    >\0        (version %s)
  5092. #>(8.L+74)    string    LZX        LZX compressed
  5093. #>>(8.L+78)    string    >\0        (version %s)
  5094. #>60        belong    >0        binded
  5095. #>(8.L+66)    string    #HUPAIR        hupair
  5096. #>0        string    HU        X executable
  5097. #>(8.L+74)    string    #LIBCV1        - linked PD LIBC ver 1
  5098. #>4        belong    >0        - base address 0x%x
  5099. #>28        belong    >0        not stripped
  5100. #>32        belong    >0        with debug information
  5101. #0        beshort    0x601a        Human68k Z executable
  5102. #0        beshort    0x6000        Human68k object file
  5103. #0        belong    0xd1000000    Human68k ar binary archive
  5104. #0        belong    0xd1010000    Human68k ar ascii archive
  5105. #0        beshort    0x0068        Human68k lib archive
  5106. #4        string    LZX        Human68k LZX compressed
  5107. #>8        string    >\0        (version %s)
  5108. #>4        string    LZX        R executable
  5109. #2        string    #HUPAIR        Human68k hupair R executable
  5110.  
  5111. #------------------------------------------------------------------------------
  5112. # ibm370:  file(1) magic for IBM 370 and compatibles.
  5113. #
  5114. # "ibm370" said that 0x15d == 0535 was "ibm 370 pure executable".
  5115. # What the heck *is* "USS/370"?
  5116. # AIX 4.1's "/etc/magic" has
  5117. #
  5118. #    0    short        0535        370 sysV executable 
  5119. #    >12    long        >0        not stripped
  5120. #    >22    short        >0        - version %d
  5121. #    >30    long        >0        - 5.2 format
  5122. #    0    short        0530        370 sysV pure executable 
  5123. #    >12    long        >0        not stripped
  5124. #    >22    short        >0        - version %d
  5125. #    >30    long        >0        - 5.2 format
  5126. #
  5127. # instead of the "USS/370" versions of the same magic numbers.
  5128. #
  5129. 0    beshort        0537        370 XA sysV executable 
  5130. >12    belong        >0        not stripped
  5131. >22    beshort        >0        - version %d
  5132. >30    belong        >0        - 5.2 format
  5133. 0    beshort        0532        370 XA sysV pure executable 
  5134. >12    belong        >0        not stripped
  5135. >22    beshort        >0        - version %d
  5136. >30    belong        >0        - 5.2 format
  5137. 0    beshort        054001        370 sysV pure executable
  5138. >12    belong        >0        not stripped
  5139. 0    beshort        055001        370 XA sysV pure executable
  5140. >12    belong        >0        not stripped
  5141. 0    beshort        056401        370 sysV executable
  5142. >12    belong        >0        not stripped
  5143. 0    beshort        057401        370 XA sysV executable
  5144. >12    belong        >0        not stripped
  5145. 0       beshort        0531        SVR2 executable (Amdahl-UTS)
  5146. >12    belong        >0        not stripped
  5147. >24     belong        >0        - version %ld
  5148. 0    beshort        0534        SVR2 pure executable (Amdahl-UTS)
  5149. >12    belong        >0        not stripped
  5150. >24    belong        >0        - version %ld
  5151. 0    beshort        0530        SVR2 pure executable (USS/370)
  5152. >12    belong        >0        not stripped
  5153. >24    belong        >0        - version %ld
  5154. 0    beshort        0535        SVR2 executable (USS/370)
  5155. >12    belong        >0        not stripped
  5156. >24    belong        >0        - version %ld
  5157.  
  5158. #------------------------------------------------------------------------------
  5159. # ibm6000:  file(1) magic for RS/6000 and the RT PC.
  5160. #
  5161. 0    beshort        0x01df        executable (RISC System/6000 V3.1) or obj module
  5162. >12    belong        >0        not stripped
  5163. # Breaks sun4 statically linked execs.
  5164. #0      beshort        0x0103        executable (RT Version 2) or obj module
  5165. #>2    byte        0x50        pure
  5166. #>28    belong        >0        not stripped
  5167. #>6    beshort        >0        - version %ld
  5168. 0    beshort        0x0104        shared library
  5169. 0    beshort        0x0105        ctab data
  5170. 0    beshort        0xfe04        structured file
  5171. 0    string        0xabcdef    AIX message catalog
  5172. 0    belong        0x000001f9    AIX compiled message catalog
  5173. 0    string        \<aiaff>    archive
  5174. 0    string        \<bigaf>    archive (big format)
  5175.  
  5176.  
  5177. #------------------------------------------------------------------------------
  5178. # iff:    file(1) magic for Interchange File Format (see also "audio" & "images")
  5179. #
  5180. # Daniel Quinlan (quinlan@yggdrasil.com) -- IFF was designed by Electronic
  5181. # Arts for file interchange.  It has also been used by Apple, SGI, and
  5182. # especially Commodore-Amiga.
  5183. #
  5184. # IFF files begin with an 8 byte FORM header, followed by a 4 character
  5185. # FORM type, which is followed by the first chunk in the FORM.
  5186.  
  5187. 0    string        FORM        IFF data
  5188. #>4    belong        x        \b, FORM is %d bytes long
  5189. # audio formats
  5190. >8    string        AIFF        \b, AIFF audio
  5191. >8    string        AIFC        \b, AIFF-C compressed audio
  5192. >8    string        8SVX        \b, 8SVX 8-bit sampled sound voice
  5193. >8    string        SAMP        \b, SAMP sampled audio
  5194. >8    string        DTYP        \b, DTYP datatype description
  5195. >8    string        PTCH        \b, PTCH binary patch
  5196. # image formats
  5197. >8    string        ILBMBMHD    \b, ILBM interleaved image
  5198. >>20    beshort        x        \b, %d x
  5199. >>22    beshort        x        %d
  5200. >8    string        RGBN        \b, RGBN 12-bit RGB image
  5201. >8    string        RGB8        \b, RGB8 24-bit RGB image
  5202. >8    string        DR2D        \b, DR2D 2-D object
  5203. >8    string        TDDD        \b, TDDD 3-D rendering
  5204. # other formats
  5205. >8    string        FTXT        \b, FTXT formatted text
  5206. >8    string        CTLG        \b, CTLG message catalog
  5207. >8    string        PREF        \b, PREF preferences
  5208.  
  5209. #------------------------------------------------------------------------------
  5210. # images:  file(1) magic for image formats (see also "iff")
  5211. #
  5212. # originally from jef@helios.ee.lbl.gov (Jef Poskanzer),
  5213. # additions by janl@ifi.uio.no as well as others. Jan also suggested
  5214. # merging several one- and two-line files into here.
  5215. #
  5216. # little magic: PCX (first byte is 0x0a)
  5217.  
  5218. # Targa - matches `povray', `ppmtotga' and `xv' outputs
  5219. # by Philippe De Muyter <phdm@macqel.be>
  5220. # at 2, byte ImgType must be 1, 2, 3, 9, 10 or 11
  5221. # at 1, byte CoMapType must be 1 if ImgType is 1 or 9, 0 otherwise
  5222. # at 3, leshort Index is 0 for povray, ppmtotga and xv outputs
  5223. # `xv' recognizes only a subset of the following (RGB with pixelsize = 24)
  5224. # `tgatoppm' recognizes a superset (Index may be anything)
  5225. 1    belong&0xfff7ffff    0x01010000    Targa image data - Map
  5226. >2    byte&8            8        - RLE
  5227. >12    leshort            >0        %hd x
  5228. >14    leshort            >0        %hd
  5229. 1    belong&0xfff7ffff    0x00020000    Targa image data - RGB
  5230. >2    byte&8            8        - RLE
  5231. >12    leshort            >0        %hd x
  5232. >14    leshort            >0        %hd
  5233. 1    belong&0xfff7ffff    0x00030000    Targa image data - Mono
  5234. >2    byte&8            8        - RLE
  5235. >12    leshort            >0        %hd x
  5236. >14    leshort            >0        %hd
  5237.  
  5238. # PBMPLUS images
  5239. # The next byte following the magic is always whitespace.
  5240. 0    string        P1        Netpbm PBM image text
  5241. 0    string        P2        Netpbm PGM image text
  5242. 0    string        P3        Netpbm PPM image text
  5243. 0    string        P4        Netpbm PBM "rawbits" image data
  5244. 0    string        P5        Netpbm PGM "rawbits" image data
  5245. 0    string        P6        Netpbm PPM "rawbits" image data
  5246. 0    string        P7        Netpbm PAM image file
  5247.  
  5248. # From: bryanh@giraffe-data.com (Bryan Henderson)
  5249. 0    string        \117\072    Solitaire Image Recorder format
  5250. >4    string        \013        MGI Type 11
  5251. >4    string        \021        MGI Type 17
  5252. 0    string        .MDA        MicroDesign data
  5253. >21    byte        48        version 2
  5254. >21    byte        51        version 3
  5255. 0    string        .MDP        MicroDesign page data
  5256. >21    byte        48        version 2
  5257. >21    byte        51        version 3
  5258.  
  5259. # NIFF (Navy Interchange File Format, a modification of TIFF) images
  5260. 0    string        IIN1        NIFF image data
  5261.  
  5262. # Tag Image File Format, from Daniel Quinlan (quinlan@yggdrasil.com)
  5263. # The second word of TIFF files is the TIFF version number, 42, which has
  5264. # never changed.  The TIFF specification recommends testing for it.
  5265. 0    string        MM\x00\x2a    TIFF image data, big-endian
  5266. 0    string        II\x2a\x00    TIFF image data, little-endian
  5267.  
  5268. # PNG [Portable Network Graphics, or "PNG's Not GIF"] images
  5269. # (Greg Roelofs, newt@uchicago.edu)
  5270. # (Albert Cahalan, acahalan@cs.uml.edu)
  5271. #
  5272. # 137 P N G \r \n ^Z \n [4-byte length] H E A D [HEAD data] [HEAD crc] ...
  5273. #
  5274. 0    string        \x89PNG        PNG image data,
  5275. >4    belong        !0x0d0a1a0a    CORRUPTED,
  5276. >4    belong        0x0d0a1a0a
  5277. >>16    belong        x        %ld x
  5278. >>20    belong        x        %ld,
  5279. >>24    byte        x        %d-bit
  5280. >>25    byte        0        grayscale,
  5281. >>25    byte        2        \b/color RGB,
  5282. >>25    byte        3        colormap,
  5283. >>25    byte        4        gray+alpha,
  5284. >>25    byte        6        \b/color RGBA,
  5285. #>>26    byte        0        deflate/32K,
  5286. >>28    byte        0        non-interlaced
  5287. >>28    byte        1        interlaced
  5288. 1    string        PNG        PNG image data, CORRUPTED
  5289.  
  5290. # GIF
  5291. 0    string        GIF8        GIF image data
  5292. >4    string        7a        \b, version 8%s,
  5293. >4    string        9a        \b, version 8%s,
  5294. >6    leshort        >0        %hd x
  5295. >8    leshort        >0        %hd
  5296. #>10    byte        &0x80        color mapped,
  5297. #>10    byte&0x07    =0x00        2 colors
  5298. #>10    byte&0x07    =0x01        4 colors
  5299. #>10    byte&0x07    =0x02        8 colors
  5300. #>10    byte&0x07    =0x03        16 colors
  5301. #>10    byte&0x07    =0x04        32 colors
  5302. #>10    byte&0x07    =0x05        64 colors
  5303. #>10    byte&0x07    =0x06        128 colors
  5304. #>10    byte&0x07    =0x07        256 colors
  5305.  
  5306. # ITC (CMU WM) raster files.  It is essentially a byte-reversed Sun raster,
  5307. # 1 plane, no encoding.
  5308. 0    string        \361\0\100\273    CMU window manager raster image data
  5309. >4    lelong        >0        %d x
  5310. >8    lelong        >0        %d,
  5311. >12    lelong        >0        %d-bit
  5312.  
  5313. # Magick Image File Format
  5314. 0    string        id=ImageMagick    MIFF image data
  5315.  
  5316. # Artisan
  5317. 0    long        1123028772    Artisan image data
  5318. >4    long        1        \b, rectangular 24-bit
  5319. >4    long        2        \b, rectangular 8-bit with colormap
  5320. >4    long        3        \b, rectangular 32-bit (24-bit with matte)
  5321.  
  5322. # FIG (Facility for Interactive Generation of figures), an object-based format
  5323. 0    string        #FIG        FIG image text
  5324. >5    string        x        \b, version %.3s
  5325.  
  5326. # PHIGS
  5327. 0    string        ARF_BEGARF        PHIGS clear text archive
  5328. 0    string        @(#)SunPHIGS        SunPHIGS
  5329. # version number follows, in the form m.n
  5330. >40    string        SunBin            binary
  5331. >32    string        archive            archive
  5332.  
  5333. # GKS (Graphics Kernel System)
  5334. 0    string        GKSM        GKS Metafile
  5335. >24    string        SunGKS        \b, SunGKS
  5336.  
  5337. # CGM image files
  5338. 0    string        BEGMF        clear text Computer Graphics Metafile
  5339. # XXX - questionable magic
  5340. 0    beshort&0xffe0    0x0020        binary Computer Graphics Metafile
  5341. 0    beshort        0x3020        character Computer Graphics Metafile
  5342.  
  5343. # MGR bitmaps  (Michael Haardt, u31b3hs@pool.informatik.rwth-aachen.de)
  5344. 0    string    yz    MGR bitmap, modern format, 8-bit aligned
  5345. 0    string    zz    MGR bitmap, old format, 1-bit deep, 16-bit aligned
  5346. 0    string    xz    MGR bitmap, old format, 1-bit deep, 32-bit aligned
  5347. 0    string    yx    MGR bitmap, modern format, squeezed
  5348.  
  5349. # Fuzzy Bitmap (FBM) images
  5350. 0    string        %bitmap\0    FBM image data
  5351. >30    long        0x31        \b, mono
  5352. >30    long        0x33        \b, color
  5353.  
  5354. # facsimile data
  5355. 1    string        PC\ Research,\ Inc    group 3 fax data
  5356. >29    byte        0        \b, normal resolution (204x98 DPI)
  5357. >29    byte        1        \b, fine resolution (204x196 DPI)
  5358. # From: Herbert Rosmanith <herp@wildsau.idv.uni.linz.at>
  5359. 0    string        Sfff        structured fax file
  5360.  
  5361.  
  5362. # PC bitmaps (OS/2, Windoze BMP files)  (Greg Roelofs, newt@uchicago.edu)
  5363. 0    string        BM        PC bitmap data
  5364. >14    leshort        12        \b, OS/2 1.x format
  5365. >>18    leshort        x        \b, %d x
  5366. >>20    leshort        x        %d
  5367. >14    leshort        64        \b, OS/2 2.x format
  5368. >>18    leshort        x        \b, %d x
  5369. >>20    leshort        x        %d
  5370. >14    leshort        40        \b, Windows 3.x format
  5371. >>18    lelong        x        \b, %d x
  5372. >>22    lelong        x        %d x
  5373. >>28    leshort        x        %d
  5374. # Too simple - MPi
  5375. #0    string        IC        PC icon data
  5376. #0    string        PI        PC pointer image data
  5377. #0    string        CI        PC color icon data
  5378. #0    string        CP        PC color pointer image data
  5379. # Conflicts with other entries [BABYL]
  5380. #0    string        BA        PC bitmap array data
  5381.  
  5382. # XPM icons (Greg Roelofs, newt@uchicago.edu)
  5383. # note possible collision with C/REXX entry in c-lang; currently commented out
  5384. 0    string        /*\ XPM\ */    X pixmap image text
  5385.  
  5386. # Utah Raster Toolkit RLE images (janl@ifi.uio.no)
  5387. 0    leshort        0xcc52        RLE image data,
  5388. >6    leshort        x        %d x
  5389. >8    leshort        x        %d
  5390. >2    leshort        >0        \b, lower left corner: %d
  5391. >4    leshort        >0        \b, lower right corner: %d
  5392. >10    byte&0x1    =0x1        \b, clear first
  5393. >10    byte&0x2    =0x2        \b, no background
  5394. >10    byte&0x4    =0x4        \b, alpha channel
  5395. >10    byte&0x8    =0x8        \b, comment
  5396. >11    byte        >0        \b, %d color channels
  5397. >12    byte        >0        \b, %d bits per pixel
  5398. >13    byte        >0        \b, %d color map channels
  5399.  
  5400. # image file format (Robert Potter, potter@cs.rochester.edu)
  5401. 0    string        Imagefile\ version-    iff image data
  5402. # this adds the whole header (inc. version number), informative but longish
  5403. >10    string        >\0        %s
  5404.  
  5405. # Sun raster images, from Daniel Quinlan (quinlan@yggdrasil.com)
  5406. 0    belong        0x59a66a95    Sun raster image data
  5407. >4    belong        >0        \b, %d x
  5408. >8    belong        >0        %d,
  5409. >12    belong        >0        %d-bit,
  5410. #>16    belong        >0        %d bytes long,
  5411. >20    belong        0        old format,
  5412. #>20    belong        1        standard,
  5413. >20    belong        2        compressed,
  5414. >20    belong        3        RGB,
  5415. >20    belong        4        TIFF,
  5416. >20    belong        5        IFF,
  5417. >20    belong        0xffff        reserved for testing,
  5418. >24    belong        0        no colormap
  5419. >24    belong        1        RGB colormap
  5420. >24    belong        2        raw colormap
  5421. #>28    belong        >0        colormap is %d bytes long
  5422.  
  5423. # SGI image file format, from Daniel Quinlan (quinlan@yggdrasil.com)
  5424. #
  5425. # See
  5426. #    http://reality.sgi.com/grafica/sgiimage.html
  5427. #
  5428. 0    beshort        474        SGI image data
  5429. #>2    byte        0        \b, verbatim
  5430. >2    byte        1        \b, RLE
  5431. #>3    byte        1        \b, normal precision
  5432. >3    byte        2        \b, high precision
  5433. >4    beshort        x        \b, %d-D
  5434. >6    beshort        x        \b, %d x
  5435. >8    beshort        x        %d
  5436. >10    beshort        x        \b, %d channel
  5437. >10    beshort        !1        \bs
  5438. >80    string        >0        \b, "%s"
  5439.  
  5440. 0    string        IT01        FIT image data
  5441. >4    belong        x        \b, %d x
  5442. >8    belong        x        %d x
  5443. >12    belong        x        %d
  5444. #
  5445. 0    string        IT02        FIT image data
  5446. >4    belong        x        \b, %d x
  5447. >8    belong        x        %d x
  5448. >12    belong        x        %d
  5449. #
  5450. 2048    string        PCD_IPI        Kodak Photo CD image pack file
  5451. >0xe02    byte&0x03    0x00        , landscape mode
  5452. >0xe02    byte&0x03    0x01        , portrait mode
  5453. >0xe02    byte&0x03    0x02        , landscape mode
  5454. >0xe02    byte&0x03    0x03        , portrait mode
  5455. 0    string        PCD_OPA        Kodak Photo CD overview pack file
  5456.  
  5457. # FITS format.  Jeff Uphoff <juphoff@tarsier.cv.nrao.edu>
  5458. # FITS is the Flexible Image Transport System, the de facto standard for
  5459. # data and image transfer, storage, etc., for the astronomical community.
  5460. # (FITS floating point formats are big-endian.)
  5461. 0    string    SIMPLE\ \ =    FITS image data
  5462. >109    string    8        \b, 8-bit, character or unsigned binary integer
  5463. >108    string    16        \b, 16-bit, two's complement binary integer
  5464. >107    string    \ 32        \b, 32-bit, two's complement binary integer
  5465. >107    string    -32        \b, 32-bit, floating point, single precision
  5466. >107    string    -64        \b, 64-bit, floating point, double precision
  5467.  
  5468. # other images
  5469. 0    string    This\ is\ a\ BitMap\ file    Lisp Machine bit-array-file
  5470. 0    string        !!        Bennet Yee's "face" format
  5471.  
  5472. # From SunOS 5.5.1 "/etc/magic" - appeared right before Sun raster image
  5473. # stuff.
  5474. #
  5475. 0    beshort        0x1010        PEX Binary Archive
  5476.  
  5477. # Visio drawings
  5478. 03000    string    Visio\ (TM)\ Drawing    %s
  5479.  
  5480. # Tgif files
  5481. 0    string    \%TGIF\ x         Tgif file version %s
  5482.  
  5483. # DICOM medical imaging data
  5484. 128    string    DICM            DICOM medical imaging data
  5485.  
  5486. # XWD - X Window Dump file.
  5487. #   As described in /usr/X11R6/include/X11/XWDFile.h
  5488. #   used by the xwd program.
  5489. #   Bradford Castalia, idaeim, 1/01
  5490. 4    belong    7            XWD X Window Dump image data
  5491. >100    string    >\0            \b, "%s"
  5492. >16    belong    x            \b, %dx
  5493. >20    belong    x            \b%dx
  5494. >12    belong    x            \b%d
  5495.  
  5496. # PDS - Planetary Data System
  5497. #   These files use Parameter Value Language in the header section.
  5498. #   Unfortunately, there is no certain magic, but the following
  5499. #   strings have been found to be most likely.
  5500. 0    string    NJPL1I00        PDS (JPL) image data
  5501. 2    string    NJPL1I            PDS (JPL) image data
  5502. 0    string    CCSD3ZF            PDS (CCSD) image data
  5503. 2    string    CCSD3Z            PDS (CCSD) image data
  5504. 0    string    PDS_            PDS image data
  5505. 0    string    LBLSIZE=        PDS (VICAR) image data
  5506.  
  5507. # pM8x: ATARI STAD compressed bitmap format
  5508. #
  5509. # from Oskar Schirmer <schirmer@scara.com> Feb 2, 2001
  5510. # p M 8 5/6 xx yy zz data...
  5511. # Atari ST STAD bitmap is always 640x400, bytewise runlength compressed.
  5512. # bytes either run horizontally (pM85) or vertically (pM86). yy is the
  5513. # most frequent byte, xx and zz are runlength escape codes, where xx is
  5514. # used for runs of yy.
  5515. #
  5516. 0    string    pM85        Atari ST STAD bitmap image data (hor)
  5517. >5    byte    0x00        (white background)
  5518. >5    byte    0xFF        (black background)
  5519. 0    string    pM86        Atari ST STAD bitmap image data (vert)
  5520. >5    byte    0x00        (white background)
  5521. >5    byte    0xFF        (black background)
  5522.  
  5523. # XXX:
  5524. # This is bad magic 0x5249 == 'RI' conflicts with RIFF and other
  5525. # magic.
  5526. # SGI RICE image file <mpruett@sgi.com>
  5527. #0    beshort    0x5249        RICE image
  5528. #>2    beshort    x        v%d
  5529. #>4    beshort    x        (%d x
  5530. #>6    beshort    x        %d)
  5531. #>8    beshort    0        8 bit
  5532. #>8    beshort    1        10 bit
  5533. #>8    beshort    2        12 bit
  5534. #>8    beshort    3        13 bit
  5535. #>10    beshort    0        4:2:2
  5536. #>10    beshort    1        4:2:2:4
  5537. #>10    beshort    2        4:4:4
  5538. #>10    beshort    3        4:4:4:4
  5539. #>12    beshort    1        RGB
  5540. #>12    beshort    2        CCIR601
  5541. #>12    beshort    3        RP175
  5542. #>12    beshort    4        YUV
  5543.  
  5544. #------------------------------------------------------------------------------
  5545. #
  5546. # Marco Schmidt (marcoschmidt@users.sourceforge.net) -- an image  file format
  5547. # for the EPOC operating system, which is used with PDAs like those from Psion
  5548. #
  5549. # see http://huizen.dds.nl/~frodol/psiconv/html/Index.html for a description
  5550. # of various EPOC file formats
  5551.  
  5552. 0    string \x37\x00\x00\x10\x42\x00\x00\x10\x00\x00\x00\x00\x39\x64\x39\x47 EPOC MBM image file
  5553.  
  5554. # PCX image files
  5555. # From: Dan Fandrich <dan@coneharvesters.com>
  5556. 0    beshort        0x0a00    PCX ver. 2.5 image data
  5557. 0    beshort        0x0a02    PCX ver. 2.8 image data, with palette
  5558. 0    beshort        0x0a03    PCX ver. 2.8 image data, without palette
  5559. 0    beshort        0x0a04    PCX for Windows image data
  5560. 0    beshort        0x0a05    PCX ver. 3.0 image data
  5561. >4    leshort        x      bounding box [%hd,
  5562. >6    leshort        x      %hd] -
  5563. >8    leshort        x      [%hd,
  5564. >10    leshort        x      %hd],
  5565. >65    byte        >1    %d planes each of
  5566. >3    byte        x    %hhd-bit
  5567. >68    byte        0    image,
  5568. >68    byte        1    colour,
  5569. >68    byte        2    grayscale,
  5570. >68    byte        >2    image,
  5571. >68    byte        <0    image,
  5572. >12    leshort        >0    %hd x
  5573. >>14    leshort        x      %hd dpi,
  5574. >2    byte        0    uncompressed
  5575. >2    byte        1    RLE compressed
  5576.  
  5577. # Adobe Photoshop
  5578. 0    string        8BPS Adobe Photoshop Image
  5579.  
  5580. # XV thumbnail indicator (ThMO)
  5581. 0    string        P7\ 332        XV thumbnail image data
  5582.  
  5583. # NITF is defined by United States MIL-STD-2500A
  5584. 0    string    NITF    National Imagery Transmission Format
  5585. >25    string    >\0    dated %.14s
  5586.  
  5587. # GEM Image: Version 1, Headerlen 8 (Wolfram Kleff)
  5588. 0    belong        0x00010008    GEM Image data
  5589. >12    beshort        x        %d x
  5590. >14    beshort        x        %d,
  5591. >4    beshort        x        %d planes,
  5592. >8    beshort        x        %d x
  5593. >10    beshort        x        %d pixelsize
  5594.  
  5595. # GEM Metafile (Wolfram Kleff)
  5596. 0    lelong        0x0018FFFF    GEM Metafile data
  5597. >4    leshort        x        version %d
  5598.  
  5599. #
  5600. # SMJPEG. A custom Motion JPEG format used by Loki Entertainment
  5601. # Software Torbjorn Andersson <d91tan@Update.UU.SE>.
  5602. #
  5603. 0    string    \0\nSMJPEG    SMJPEG
  5604. >8    belong    x        %d.x data
  5605. # According to the specification you could find any number of _TXT
  5606. # headers here, but I can't think of any way of handling that. None of
  5607. # the SMJPEG files I tried it on used this feature. Even if such a
  5608. # file is encountered the output should still be reasonable.
  5609. >16    string    _SND        \b,
  5610. >>24    beshort    >0        %d Hz
  5611. >>26    byte    8        8-bit
  5612. >>26    byte    16        16-bit
  5613. >>28    string    NONE        uncompressed
  5614. # >>28    string    APCM        ADPCM compressed
  5615. >>27    byte    1        mono
  5616. >>28    byte    2        stereo
  5617. # Help! Isn't there any way to avoid writing this part twice?
  5618. >>32    string    _VID        \b,
  5619. # >>>48    string    JFIF        JPEG
  5620. >>>40    belong    >0        %d frames
  5621. >>>44    beshort    >0        (%d x
  5622. >>>46    beshort    >0        %d)
  5623. >16    string    _VID        \b,
  5624. # >>32    string    JFIF        JPEG
  5625. >>24    belong    >0        %d frames
  5626. >>28    beshort    >0        (%d x
  5627. >>30    beshort    >0        %d)
  5628.  
  5629. 0    string    Paint\ Shop\ Pro\ Image\ File    Paint Shop Pro Image File
  5630.  
  5631. # "thumbnail file" (icon)
  5632. # descended from "xv", but in use by other applications as well (Wolfram Kleff)
  5633. 0       string          P7\ 332         XV "thumbnail file" (icon) data
  5634.  
  5635. # taken from fkiss: (<yav@mte.biglobe.ne.jp> ?)
  5636. 0       string          KiSS            KISS/GS
  5637. >4      byte            16              color
  5638. >>5     byte            x               %d bit
  5639. >>8     leshort         x               %d colors
  5640. >>10    leshort         x               %d groups
  5641. >4      byte            32              cell
  5642. >>5     byte            x               %d bit
  5643. >>8     leshort         x               %d x
  5644. >>10    leshort         x               %d
  5645. >>12    leshort         x               +%d
  5646. >>14    leshort         x               +%d
  5647.  
  5648. # Webshots (www.webshots.com), by John Harrison
  5649. 0       string          C\253\221g\230\0\0\0 Webshots Desktop .wbz file
  5650.  
  5651. # Hercules DASD image files
  5652. # From Jan Jaeger <jj@septa.nl>
  5653. 0       string  CKD_P370        Hercules CKD DASD image file
  5654. >8      long    x               \b, %d heads per cylinder
  5655. >12     long    x               \b, track size %d bytes
  5656. >16     byte    x               \b, device type 33%2.2X
  5657.  
  5658. 0       string  CKD_C370        Hercules compressed CKD DASD image file
  5659. >8      long    x               \b, %d heads per cylinder
  5660. >12     long    x               \b, track size %d bytes
  5661. >16     byte    x               \b, device type 33%2.2X
  5662.  
  5663. 0       string  CKD_S370        Hercules CKD DASD shadow file
  5664. >8      long    x               \b, %d heads per cylinder
  5665. >12     long    x               \b, track size %d bytes
  5666. >16     byte    x               \b, device type 33%2.2X
  5667.  
  5668. # Squeak images and - etoffi@softhome.net
  5669. 0 string \146\031\0\0  Squeak image data
  5670. 0 string 'From\040Squeak  Squeak program text
  5671.  
  5672. # partimage: file(1) magic for PartImage files (experimental, incomplete)
  5673. # Author: Hans-Joachim Baader <hjb@pro-linux.de>
  5674. 0        string    PaRtImAgE-VoLuMe    PartImage
  5675. >0x0020        string    0.6.1        file version %s
  5676. >>0x0060    lelong    >-1        volume %ld
  5677. #>>0x0064 8 byte identifier
  5678. #>>0x007c reserved
  5679. >>0x0200    string    >\0        type %s
  5680. >>0x1400    string    >\0        device %s,
  5681. >>0x1600    string    >\0        original filename %s,
  5682. # Some fields omitted
  5683. >>0x2744    lelong    0        not compressed
  5684. >>0x2744    lelong    1        gzip compressed
  5685. >>0x2744    lelong    2        bzip2 compressed
  5686. >>0x2744    lelong    >2        compressed with unknown algorithm
  5687. >0x0020        string    >0.6.1        file version %s
  5688. >0x0020        string    <0.6.1        file version %s
  5689.  
  5690. # DCX is multi-page PCX, using a simple header of up to 1024
  5691. # offsets for the respective PCX components.
  5692. # From: Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de>
  5693. 0    lelong    987654321    DCX multi-page PCX image data
  5694.  
  5695. # Simon Walton <simonw@matteworld.com>
  5696. # Kodak Cineon format for scanned negatives
  5697. # http://www.kodak.com/US/en/motion/support/dlad/
  5698. 0    lelong  0xd75f2a80    Cineon image data
  5699. >200    belong  >0        \b, %ld x
  5700. >204    belong  >0        %ld
  5701.  
  5702.  
  5703. # Bio-Rad .PIC is an image format used by microscope control systems
  5704. # and related image processing software used by biologists.
  5705. # From: Vebjorn Ljosa <vebjorn@ljosa.com>
  5706. 54    leshort 12345        Bio-Rad .PIC Image File
  5707. >0    leshort >0        %hd x
  5708. >2    leshort >0        %hd,
  5709. >4    leshort =1        1 image in file
  5710. >4    leshort >1        %hd images in file
  5711.  
  5712. # From Jan "Yenya" Kasprzak <kas@fi.muni.cz>
  5713. # The description of *.mrw format can be found at
  5714. # http://www.dalibor.cz/minolta/raw_file_format.htm
  5715. 0    string    \000MRM            Minolta Dimage camera raw image data
  5716.  
  5717. # From: stephane.loeuillet@tiscali.f
  5718. # http://www.djvuzone.org/
  5719. 0    string    AT&TFORM        DjVu Image file
  5720.  
  5721. # From: Jason Bacon <bacon@smithers.neuro.mcw.edu>
  5722. 0    beshort    0x3020            character Computer Graphics Metafile
  5723.  
  5724. # From Marc Espie
  5725. 0    lelong    20000630        OpenEXR image data
  5726.  
  5727. # From: Tom Hilinski <tom.hilinski@comcast.net>
  5728. # http://www.unidata.ucar.edu/packages/netcdf/
  5729. 0    string    CDF\001            NetCDF Data Format data
  5730.  
  5731. #-----------------------------------------------------------------------
  5732. # Hierarchical Data Format, used to facilitate scientific data exchange
  5733. # specifications at http://hdf.ncsa.uiuc.edu/
  5734. 0    belong    0x0e031301    Hierarchical Data Format (version 4) data
  5735. 0    string    \211HDF\r\n\032    Hierarchical Data Format (version 5) data
  5736.  
  5737. #------------------------------------------------------------------------------
  5738. # intel:  file(1) magic for x86 Unix
  5739. #
  5740. # Various flavors of x86 UNIX executable/object (other than Xenix, which
  5741. # is in "microsoft").  DOS is in "msdos"; the ambitious soul can do
  5742. # Windows as well.
  5743. #
  5744. # Windows NT belongs elsewhere, as you need x86 and MIPS and Alpha and
  5745. # whatever comes next (HP-PA Hummingbird?).  OS/2 may also go elsewhere
  5746. # as well, if, as, and when IBM makes it portable.
  5747. #
  5748. # The `versions' should be un-commented if they work for you.
  5749. # (Was the problem just one of endianness?)
  5750. #
  5751. 0    leshort        0502        basic-16 executable
  5752. >12    lelong        >0        not stripped
  5753. #>22    leshort        >0        - version %ld
  5754. 0    leshort        0503        basic-16 executable (TV)
  5755. >12    lelong        >0        not stripped
  5756. #>22    leshort        >0        - version %ld
  5757. 0    leshort        0510        x86 executable
  5758. >12    lelong        >0        not stripped
  5759. 0    leshort        0511        x86 executable (TV)
  5760. >12    lelong        >0        not stripped
  5761. 0    leshort        =0512        iAPX 286 executable small model (COFF)
  5762. >12    lelong        >0        not stripped
  5763. #>22    leshort        >0        - version %ld
  5764. 0    leshort        =0522        iAPX 286 executable large model (COFF)
  5765. >12    lelong        >0        not stripped
  5766. #>22    leshort        >0        - version %ld
  5767. # SGI labeled the next entry as "iAPX 386 executable" --Dan Quinlan
  5768. 0    leshort        =0514        80386 COFF executable
  5769. >12    lelong        >0        not stripped
  5770. >22    leshort        >0        - version %ld
  5771.  
  5772. # rom: file(1) magic for BIOS ROM Extensions found in intel machines
  5773. #      mapped into memory between 0xC0000 and 0xFFFFF
  5774. # From G├╝rkan Seng├╝n <gurkan@linuks.mine.nu>, www.linuks.mine.nu
  5775. 0        beshort         0x55AA       BIOS (ia32) ROM Ext.
  5776. >5       string          USB          USB
  5777. >7       string          LDR          UNDI image
  5778. >30      string          IBM          IBM comp. Video
  5779. >26      string          Adaptec      Adaptec
  5780. >28      string          Adaptec      Adaptec
  5781. >42      string          PROMISE      Promise
  5782. >2       byte            x            (%d*512)
  5783.  
  5784. #------------------------------------------------------------------------------
  5785. # interleaf:  file(1) magic for InterLeaf TPS:
  5786. #
  5787. 0    string        =\210OPS    Interleaf saved data
  5788. 0    string        =<!OPS        Interleaf document text
  5789. >5    string        ,\ Version\ =    \b, version
  5790. >>17    string        >\0        %.3s
  5791.  
  5792. #------------------------------------------------------------------------------
  5793. # island:  file(1) magic for IslandWite/IslandDraw, from SunOS 5.5.1
  5794. # "/etc/magic":
  5795. # From: guy@netapp.com (Guy Harris)
  5796. #
  5797. 4    string        pgscriptver    IslandWrite document
  5798. 13    string        DrawFile    IslandDraw document
  5799.  
  5800.  
  5801. #------------------------------------------------------------------------------
  5802. # ispell:  file(1) magic for ispell
  5803. #
  5804. # Ispell 3.0 has a magic of 0x9601 and ispell 3.1 has 0x9602.  This magic
  5805. # will match 0x9600 through 0x9603 in *both* little endian and big endian.
  5806. # (No other current magic entries collide.)
  5807. #
  5808. # Updated by Daniel Quinlan (quinlan@yggdrasil.com)
  5809. #
  5810. 0    leshort&0xFFFC    0x9600        little endian ispell
  5811. >0    byte        0        hash file (?),
  5812. >0    byte        1        3.0 hash file,
  5813. >0    byte        2        3.1 hash file,
  5814. >0    byte        3        hash file (?),
  5815. >2    leshort        0x00        8-bit, no capitalization, 26 flags
  5816. >2    leshort        0x01        7-bit, no capitalization, 26 flags
  5817. >2    leshort        0x02        8-bit, capitalization, 26 flags
  5818. >2    leshort        0x03        7-bit, capitalization, 26 flags
  5819. >2    leshort        0x04        8-bit, no capitalization, 52 flags
  5820. >2    leshort        0x05        7-bit, no capitalization, 52 flags
  5821. >2    leshort        0x06        8-bit, capitalization, 52 flags
  5822. >2    leshort        0x07        7-bit, capitalization, 52 flags
  5823. >2    leshort        0x08        8-bit, no capitalization, 128 flags
  5824. >2    leshort        0x09        7-bit, no capitalization, 128 flags
  5825. >2    leshort        0x0A        8-bit, capitalization, 128 flags
  5826. >2    leshort        0x0B        7-bit, capitalization, 128 flags
  5827. >2    leshort        0x0C        8-bit, no capitalization, 256 flags
  5828. >2    leshort        0x0D        7-bit, no capitalization, 256 flags
  5829. >2    leshort        0x0E        8-bit, capitalization, 256 flags
  5830. >2    leshort        0x0F        7-bit, capitalization, 256 flags
  5831. >4    leshort        >0        and %d string characters
  5832. 0    beshort&0xFFFC    0x9600        big endian ispell
  5833. >1    byte        0        hash file (?),
  5834. >1    byte        1        3.0 hash file,
  5835. >1    byte        2        3.1 hash file,
  5836. >1    byte        3        hash file (?),
  5837. >2    beshort        0x00        8-bit, no capitalization, 26 flags
  5838. >2    beshort        0x01        7-bit, no capitalization, 26 flags
  5839. >2    beshort        0x02        8-bit, capitalization, 26 flags
  5840. >2    beshort        0x03        7-bit, capitalization, 26 flags
  5841. >2    beshort        0x04        8-bit, no capitalization, 52 flags
  5842. >2    beshort        0x05        7-bit, no capitalization, 52 flags
  5843. >2    beshort        0x06        8-bit, capitalization, 52 flags
  5844. >2    beshort        0x07        7-bit, capitalization, 52 flags
  5845. >2    beshort        0x08        8-bit, no capitalization, 128 flags
  5846. >2    beshort        0x09        7-bit, no capitalization, 128 flags
  5847. >2    beshort        0x0A        8-bit, capitalization, 128 flags
  5848. >2    beshort        0x0B        7-bit, capitalization, 128 flags
  5849. >2    beshort        0x0C        8-bit, no capitalization, 256 flags
  5850. >2    beshort        0x0D        7-bit, no capitalization, 256 flags
  5851. >2    beshort        0x0E        8-bit, capitalization, 256 flags
  5852. >2    beshort        0x0F        7-bit, capitalization, 256 flags
  5853. >4    beshort        >0        and %d string characters
  5854. # ispell 4.0 hash files  kromJx <kromJx@crosswinds.net>
  5855. # Ispell 4.0
  5856. 0       string          ISPL            ispell
  5857. >4      long            x               hash file version %d,
  5858. >8      long            x               lexletters %d,
  5859. >12     long            x               lexsize %d,
  5860. >16     long            x               hashsize %d,
  5861. >20     long            x               stblsize %d
  5862. #------------------------------------------------------------
  5863. # Java ByteCode
  5864. # From Larry Schwimmer (schwim@cs.stanford.edu)
  5865. 0    belong        0xcafebabe    compiled Java class data,
  5866. >6    beshort x    version %d.
  5867. >4    beshort x    \b%d
  5868. #------------------------------------------------------------
  5869. # Java serialization
  5870. # From Martin Pool (m.pool@pharos.com.au)
  5871. 0    beshort        0xaced        Java serialization data
  5872. >2    beshort        >0x0004        \b, version %d
  5873.  
  5874. #------------------------------------------------------------------------------
  5875. # JPEG images
  5876. # SunOS 5.5.1 had
  5877. #
  5878. #    0    string        \377\330\377\340    JPEG file
  5879. #    0    string        \377\330\377\356    JPG file
  5880. #
  5881. # both of which turn into "JPEG image data" here.
  5882. #
  5883. 0    beshort        0xffd8        JPEG image data
  5884. >6    string        JFIF        \b, JFIF standard
  5885. # The following added by Erik Rossen <rossen@freesurf.ch> 1999-09-06
  5886. # in a vain attempt to add image size reporting for JFIF.  Note that these
  5887. # tests are not fool-proof since some perfectly valid JPEGs are currently
  5888. # impossible to specify in magic(4) format.
  5889. # First, a little JFIF version info:
  5890. >>11    byte        x        \b %d.
  5891. >>12    byte        x        \b%02d
  5892. # Next, the resolution or aspect ratio of the image:
  5893. #>>13    byte        0        \b, aspect ratio
  5894. #>>13    byte        1        \b, resolution (DPI)
  5895. #>>13    byte        2        \b, resolution (DPCM)
  5896. #>>4    beshort        x        \b, segment length %d
  5897. # Next, show thumbnail info, if it exists:
  5898. >>18    byte        !0        \b, thumbnail %dx
  5899. >>>19    byte        x        \b%d
  5900.  
  5901. # EXIF moved down here to avoid reporting a bogus version number,
  5902. # and EXIF version number printing added.
  5903. #   - Patrik R=E5dman <patrik+file-magic@iki.fi>
  5904. >6    string        Exif        \b, EXIF standard
  5905. # Look for EXIF IFD offset in IFD 0, and then look for EXIF version tag in EXIF IFD.
  5906. # All possible combinations of entries have to be enumerated, since no looping
  5907. # is possible. And both endians are possible...
  5908. # The combinations included below are from real-world JPEGs.
  5909. # Little-endian
  5910. >>12    string        II        
  5911. # IFD 0 Entry #5:
  5912. >>>70    leshort        0x8769          
  5913. # EXIF IFD Entry #1:
  5914. >>>>(78.l+14)    leshort    0x9000        
  5915. >>>>>(78.l+23)    byte    x        %c
  5916. >>>>>(78.l+24)    byte    x        \b.%c
  5917. >>>>>(78.l+25)    byte    !0x30        \b%c
  5918. # IFD 0 Entry #9:
  5919. >>>118    leshort        0x8769          
  5920. # EXIF IFD Entry #3:
  5921. >>>>(126.l+38)    leshort    0x9000        
  5922. >>>>>(126.l+47)    byte    x        %c
  5923. >>>>>(126.l+48)    byte    x        \b.%c
  5924. >>>>>(126.l+49)    byte    !0x30        \b%c
  5925. # IFD 0 Entry #10
  5926. >>>130    leshort        0x8769          
  5927. # EXIF IFD Entry #3:
  5928. >>>>(138.l+38)    leshort    0x9000        
  5929. >>>>>(138.l+47)    byte    x        %c
  5930. >>>>>(138.l+48)    byte    x        \b.%c
  5931. >>>>>(138.l+49)    byte    !0x30        \b%c
  5932. # EXIF IFD Entry #4:
  5933. >>>>(138.l+50)    leshort    0x9000        
  5934. >>>>>(138.l+59)    byte    x        %c
  5935. >>>>>(138.l+60)    byte    x        \b.%c
  5936. >>>>>(138.l+61)    byte    !0x30        \b%c
  5937. # EXIF IFD Entry #5:
  5938. >>>>(138.l+62)    leshort    0x9000        
  5939. >>>>>(138.l+71)    byte    x        %c
  5940. >>>>>(138.l+72)    byte    x        \b.%c
  5941. >>>>>(138.l+73)    byte    !0x30        \b%c
  5942. # IFD 0 Entry #11
  5943. >>>142    leshort        0x8769          
  5944. # EXIF IFD Entry #3:
  5945. >>>>(150.l+38)    leshort    0x9000        
  5946. >>>>>(150.l+47)    byte    x        %c
  5947. >>>>>(150.l+48)    byte    x        \b.%c
  5948. >>>>>(150.l+49)    byte    !0x30        \b%c
  5949. # EXIF IFD Entry #4:
  5950. >>>>(150.l+50)    leshort    0x9000        
  5951. >>>>>(150.l+59)    byte    x        %c
  5952. >>>>>(150.l+60)    byte    x        \b.%c
  5953. >>>>>(150.l+61)    byte    !0x30        \b%c
  5954. # EXIF IFD Entry #5:
  5955. >>>>(150.l+62)    leshort    0x9000        
  5956. >>>>>(150.l+71)    byte    x        %c
  5957. >>>>>(150.l+72)    byte    x        \b.%c
  5958. >>>>>(150.l+73)    byte    !0x30        \b%c
  5959. # Big-endian
  5960. >>12    string        MM        
  5961. # IFD 0 Entry #9:
  5962. >>>118    beshort        0x8769          
  5963. # EXIF IFD Entry #1:
  5964. >>>>(126.L+14)    beshort    0x9000        
  5965. >>>>>(126.L+23)    byte    x        %c
  5966. >>>>>(126.L+24)    byte    x        \b.%c
  5967. >>>>>(126.L+25)    byte    !0x30        \b%c
  5968. # EXIF IFD Entry #3:
  5969. >>>>(126.L+38)    beshort    0x9000        
  5970. >>>>>(126.L+47)    byte    x        %c
  5971. >>>>>(126.L+48)    byte    x        \b.%c
  5972. >>>>>(126.L+49)    byte    !0x30        \b%c
  5973. # IFD 0 Entry #10
  5974. >>>130    beshort        0x8769          
  5975. # EXIF IFD Entry #3:
  5976. >>>>(138.L+38)    beshort    0x9000        
  5977. >>>>>(138.L+47)    byte    x        %c
  5978. >>>>>(138.L+48)    byte    x        \b.%c
  5979. >>>>>(138.L+49)    byte    !0x30        \b%c
  5980. # EXIF IFD Entry #5:
  5981. >>>>(138.L+62)    beshort    0x9000        
  5982. >>>>>(138.L+71)    byte    x        %c
  5983. >>>>>(138.L+72)    byte    x        \b.%c
  5984. >>>>>(138.L+73)    byte    !0x30        \b%c
  5985. # IFD 0 Entry #11
  5986. >>>142    beshort        0x8769          
  5987. # EXIF IFD Entry #4:
  5988. >>>>(150.L+50)    beshort    0x9000        
  5989. >>>>>(150.L+59)    byte    x        %c
  5990. >>>>>(150.L+60)    byte    x        \b.%c
  5991. >>>>>(150.L+61)    byte    !0x30        \b%c
  5992. # Here things get sticky.  We can do ONE MORE marker segment with
  5993. # indirect addressing, and that's all.  It would be great if we could
  5994. # do pointer arithemetic like in an assembler language.  Christos?
  5995. # And if there was some sort of looping construct to do searches, plus a few
  5996. # named accumulators, it would be even more effective...
  5997. # At least we can show a comment if no other segments got inserted before:
  5998. >(4.S+5)    byte        0xFE
  5999. >>(4.S+8)    string        >\0        \b, comment: "%s"
  6000. #>(4.S+5)    byte        0xFE        \b, comment
  6001. #>>(4.S+6)    beshort        x        \b length=%d
  6002. #>>(4.S+8)    string        >\0        \b, "%s"
  6003. # Or, we can show the encoding type (I've included only the three most common)
  6004. # and image dimensions if we are lucky and the SOFn (image segment) is here:
  6005. >(4.S+5)    byte        0xC0        \b, baseline
  6006. >>(4.S+6)    byte        x        \b, precision %d
  6007. >>(4.S+7)    beshort        x        \b, %dx
  6008. >>(4.S+9)    beshort        x        \b%d
  6009. >(4.S+5)    byte        0xC1        \b, extended sequential
  6010. >>(4.S+6)    byte        x        \b, precision %d
  6011. >>(4.S+7)    beshort        x        \b, %dx
  6012. >>(4.S+9)    beshort        x        \b%d
  6013. >(4.S+5)    byte        0xC2        \b, progressive
  6014. >>(4.S+6)    byte        x        \b, precision %d
  6015. >>(4.S+7)    beshort        x        \b, %dx
  6016. >>(4.S+9)    beshort        x        \b%d
  6017. # I've commented-out quantisation table reporting.  I doubt anyone cares yet.
  6018. #>(4.S+5)    byte        0xDB        \b, quantisation table
  6019. #>>(4.S+6)    beshort        x        \b length=%d
  6020. #>14    beshort        x        \b, %d x
  6021. #>16    beshort        x        \b %d
  6022.  
  6023. # HSI is Handmade Software's proprietary JPEG encoding scheme
  6024. 0    string        hsi1        JPEG image data, HSI proprietary
  6025.  
  6026. # From: David Santinoli <david@santinoli.com>
  6027. 0    string        \x00\x00\x00\x0C\x6A\x50\x20\x20\x0D\x0A\x87\x0A    JPEG 2000 image data
  6028.  
  6029. #------------------------------------------------------------------------------
  6030. # karma:  file(1) magic for Karma data files
  6031. #
  6032. # From <rgooch@atnf.csiro.au>
  6033.  
  6034. 0    string        KarmaRHD Version    Karma Data Structure Version
  6035. >16    belong        x        %lu
  6036. #------------------------------------------------------------------------------
  6037. # DEC SRC Virtual Paper: Lectern files
  6038. # Karl M. Hegbloom <karlheg@inetarena.com>
  6039. 0    string    lect    DEC SRC Virtual Paper Lectern file
  6040.  
  6041. #------------------------------------------------------------------------------
  6042. # lex:  file(1) magic for lex
  6043. #
  6044. #    derived empirically, your offsets may vary!
  6045. 53    string        yyprevious    C program text (from lex)
  6046. >3    string        >\0         for %s
  6047. # C program text from GNU flex, from Daniel Quinlan <quinlan@yggdrasil.com>
  6048. 21    string        generated\ by\ flex    C program text (from flex)
  6049. # lex description file, from Daniel Quinlan <quinlan@yggdrasil.com>
  6050. 0    string        %{        lex description text
  6051.  
  6052. #------------------------------------------------------------------------------
  6053. # lif:  file(1) magic for lif
  6054. #
  6055. # (Daniel Quinlan <quinlan@yggdrasil.com>)
  6056. #
  6057. 0    beshort        0x8000        lif file
  6058.  
  6059. #------------------------------------------------------------------------------
  6060. # linux:  file(1) magic for Linux files
  6061. #
  6062. # Values for Linux/i386 binaries, from Daniel Quinlan <quinlan@yggdrasil.com>
  6063. # The following basic Linux magic is useful for reference, but using
  6064. # "long" magic is a better practice in order to avoid collisions.
  6065. #
  6066. # 2    leshort        100        Linux/i386
  6067. # >0    leshort        0407        impure executable (OMAGIC)
  6068. # >0    leshort        0410        pure executable (NMAGIC)
  6069. # >0    leshort        0413        demand-paged executable (ZMAGIC)
  6070. # >0    leshort        0314        demand-paged executable (QMAGIC)
  6071. #
  6072. 0    lelong        0x00640107    Linux/i386 impure executable (OMAGIC)
  6073. >16    lelong        0        \b, stripped
  6074. 0    lelong        0x00640108    Linux/i386 pure executable (NMAGIC)
  6075. >16    lelong        0        \b, stripped
  6076. 0    lelong        0x0064010b    Linux/i386 demand-paged executable (ZMAGIC)
  6077. >16    lelong        0        \b, stripped
  6078. 0    lelong        0x006400cc    Linux/i386 demand-paged executable (QMAGIC)
  6079. >16    lelong        0        \b, stripped
  6080. #
  6081. 0    string        \007\001\000    Linux/i386 object file
  6082. >20    lelong        >0x1020        \b, DLL library
  6083. # Linux-8086 stuff:
  6084. 0    string        \01\03\020\04    Linux-8086 impure executable
  6085. >28    long        !0        not stripped
  6086. 0    string        \01\03\040\04    Linux-8086 executable
  6087. >28    long        !0        not stripped
  6088. #
  6089. 0    string        \243\206\001\0    Linux-8086 object file
  6090. #
  6091. 0    string        \01\03\020\20    Minix-386 impure executable
  6092. >28    long        !0        not stripped
  6093. 0    string        \01\03\040\20    Minix-386 executable
  6094. >28    long        !0        not stripped
  6095. # core dump file, from Bill Reynolds <bill@goshawk.lanl.gov>
  6096. 216    lelong        0421        Linux/i386 core file
  6097. >220    string        >\0        of '%s'
  6098. >200    lelong        >0        (signal %d)
  6099. #
  6100. # LILO boot/chain loaders, from Daniel Quinlan <quinlan@yggdrasil.com>
  6101. # this can be overridden by the DOS executable (COM) entry
  6102. 2    string        LILO        Linux/i386 LILO boot/chain loader
  6103. #
  6104. # PSF fonts, from H. Peter Anvin <hpa@yggdrasil.com>
  6105. 0    leshort        0x0436        Linux/i386 PC Screen Font data,
  6106. >2    byte        0        256 characters, no directory,
  6107. >2    byte        1        512 characters, no directory,
  6108. >2    byte        2        256 characters, Unicode directory,
  6109. >2    byte        3        512 characters, Unicode directory,
  6110. >3    byte        >0        8x%d
  6111. # Linux swap file, from Daniel Quinlan <quinlan@yggdrasil.com>
  6112. 4086    string        SWAP-SPACE    Linux/i386 swap file
  6113. # according to man page of mkswap (8) March 1999
  6114. 4086    string        SWAPSPACE2    Linux/i386 swap file (new style)
  6115. >0x400    long        x        %d (4K pages)
  6116. >0x404    long        x        size %d pages
  6117. # ECOFF magic for OSF/1 and Linux (only tested under Linux though)
  6118. #
  6119. #    from Erik Troan (ewt@redhat.com) examining od dumps, so this
  6120. #        could be wrong
  6121. #      updated by David Mosberger (davidm@azstarnet.com) based on
  6122. #      GNU BFD and MIPS info found below.
  6123. #
  6124. 0    leshort        0x0183        ECOFF alpha
  6125. >24    leshort        0407        executable
  6126. >24    leshort        0410        pure
  6127. >24    leshort        0413        demand paged
  6128. >8    long        >0        not stripped
  6129. >8    long        0        stripped
  6130. >23    leshort        >0        - version %ld.
  6131. #
  6132. # Linux kernel boot images, from Albert Cahalan <acahalan@cs.uml.edu>
  6133. # and others such as Axel Kohlmeyer <akohlmey@rincewind.chemie.uni-ulm.de>
  6134. # and Nicolßs Lichtmaier <nick@debian.org>
  6135. # All known start with: b8 c0 07 8e d8 b8 00 90 8e c0 b9 00 01 29 f6 29
  6136. # Linux kernel boot images (i386 arch) (Wolfram Kleff)
  6137. 514    string        HdrS        Linux kernel
  6138. >510    leshort        0xAA55        x86 boot executable
  6139. >>518    leshort        >=3D0x200
  6140. >>529    byte        0        zImage,
  6141. >>>529    byte        1        bzImage,
  6142. >>>(526.s+0x200) string    >\0        version %s,
  6143. >>498    leshort        1        RO-rootFS,
  6144. >>498    leshort        0        RW-rootFS,
  6145. >>508    leshort        >0        root_dev 0x%X,
  6146. >>502    leshort        >0        swap_dev 0x%X,
  6147. >>504    leshort        >0        RAMdisksize %u KB,
  6148. >>506    leshort        0xFFFF        Normal VGA
  6149. >>506    leshort        0xFFFE        Extended VGA
  6150. >>506    leshort        0xFFFD        Prompt for Videomode
  6151. >>506    leshort        >0        Video mode %d
  6152. # This also matches new kernels, which were caught above by "HdrS".
  6153. 0        belong    0xb8c0078e    Linux kernel
  6154. >0x1e3        string    Loading        version 1.3.79 or older
  6155. >0x1e9        string    Loading        from prehistoric times
  6156.  
  6157. # System.map files - Nicolßs Lichtmaier <nick@debian.org>
  6158. 8    string    \ A\ _text    Linux kernel symbol map text
  6159.  
  6160. # LSM entries - Nicolßs Lichtmaier <nick@debian.org>
  6161. 0    string    Begin3    Linux Software Map entry text
  6162. 0    string    Begin4    Linux Software Map entry text (new format)
  6163.  
  6164. # From Matt Zimmerman
  6165. 0       belong  0x4f4f4f4d      User-mode Linux COW file
  6166. >4      belong  x               \b, version %d
  6167. >8      string  >\0             \b, backing file %s
  6168.  
  6169. ############################################################################
  6170. # Linux kernel versions
  6171.  
  6172. 0        string        \xb8\xc0\x07\x8e\xd8\xb8\x00\x90    Linux
  6173. >497        leshort        0        x86 boot sector
  6174. >>514        belong        0x8e    of a kernel from the dawn of time!
  6175. >>514        belong        0x908ed8b4    version 0.99-1.1.42
  6176. >>514        belong        0x908ed8b8    for memtest86
  6177.  
  6178. >497        leshort        !0        x86 kernel
  6179. >>504        leshort        >0        RAMdisksize=%u KB
  6180. >>502        leshort        >0        swap=0x%X
  6181. >>508        leshort        >0        root=0x%X
  6182. >>>498        leshort        1        \b-ro
  6183. >>>498        leshort        0        \b-rw
  6184. >>506        leshort        0xFFFF        vga=normal
  6185. >>506        leshort        0xFFFE        vga=extended
  6186. >>506        leshort        0xFFFD        vga=ask
  6187. >>506        leshort        >0        vga=%d
  6188. >>514        belong        0x908ed881    version 1.1.43-1.1.45
  6189. >>514        belong        0x15b281cd
  6190. >>>0xa8e    belong        0x55AA5a5a    version 1.1.46-1.2.13,1.3.0
  6191. >>>0xa99    belong        0x55AA5a5a    version 1.3.1,2
  6192. >>>0xaa3    belong        0x55AA5a5a    version 1.3.3-1.3.30
  6193. >>>0xaa6    belong        0x55AA5a5a    version 1.3.31-1.3.41
  6194. >>>0xb2b    belong        0x55AA5a5a    version 1.3.42-1.3.45
  6195. >>>0xaf7    belong        0x55AA5a5a    version 1.3.46-1.3.72
  6196. >>514        string        HdrS
  6197. >>>518        leshort        >0x1FF
  6198. >>>>529        byte        0        \b, zImage
  6199. >>>>529        byte        1        \b, bzImage
  6200. >>>>(526.s+0x200) string     >\0        \b, version %s
  6201.  
  6202. # Linux boot sector thefts.
  6203. 0        belong        0xb8c0078e    Linux
  6204. >0x1e6        belong        0x454c4b53    ELKS Kernel
  6205. >0x1e6        belong        !0x454c4b53    style boot sector
  6206.  
  6207. ############################################################################
  6208. # Linux 8086 executable
  6209. 0    lelong&0xFF0000FF 0xC30000E9    Linux-Dev86 executable, headerless
  6210. >5    string        .        
  6211. >>4    string        >\0        \b, libc version %s
  6212.  
  6213. 0    lelong&0xFF00FFFF 0x4000301    Linux-8086 executable
  6214. >2    byte&0x01    !0        \b, unmapped zero page
  6215. >2    byte&0x20    0        \b, impure
  6216. >2    byte&0x20    !0
  6217. >>2    byte&0x10    !0        \b, A_EXEC
  6218. >2    byte&0x02    !0        \b, A_PAL
  6219. >2    byte&0x04    !0        \b, A_NSYM
  6220. >2    byte&0x08    !0        \b, A_STAND
  6221. >2    byte&0x40    !0        \b, A_PURE
  6222. >2    byte&0x80    !0        \b, A_TOVLY
  6223. >28     long            !0              \b, not stripped
  6224. >37    string        .        
  6225. >>36    string        >\0        \b, libc version %s
  6226.  
  6227. # 0    lelong&0xFF00FFFF 0x10000301    ld86 I80386 executable
  6228. # 0    lelong&0xFF00FFFF 0xB000301    ld86 M68K executable
  6229. # 0    lelong&0xFF00FFFF 0xC000301    ld86 NS16K executable
  6230. # 0    lelong&0xFF00FFFF 0x17000301    ld86 SPARC executable
  6231.  
  6232. # SYSLINUX boot logo files (from 'ppmtolss16' sources)
  6233. # http://syslinux.zytor.com/
  6234. #
  6235. 0    lelong    =0x1413f33d        SYSLINUX' LSS16 image data
  6236. >4    leshort    x            \b, width %d
  6237. >6    leshort    x            \b, height %d
  6238.  
  6239. #------------------------------------------------------------------------------
  6240. # lisp:  file(1) magic for lisp programs
  6241. #
  6242. # various lisp types, from Daniel Quinlan (quinlan@yggdrasil.com)
  6243.  
  6244. # This is a guess, but a good one.
  6245. 0    string    ;;            Lisp/Scheme program text
  6246.  
  6247. # Emacs 18 - this is always correct, but not very magical.
  6248. 0    string    \012(            Emacs v18 byte-compiled Lisp data
  6249. # Emacs 19+ - ver. recognition added by Ian Springer
  6250. # Also applies to XEmacs 19+ .elc files; could tell them apart if we had regexp
  6251. # support or similar - Chris Chittleborough <cchittleborough@yahoo.com.au>
  6252. 0    string    ;ELC            
  6253. >4    byte    >19            
  6254. >4    byte    <32            Emacs/XEmacs v%d byte-compiled Lisp data
  6255.  
  6256. # Files produced by CLISP Common Lisp From: Bruno Haible <haible@ilog.fr>
  6257. 0    string    (SYSTEM::VERSION\040'    CLISP byte-compiled Lisp program text
  6258. 0    long    0x70768BD2        CLISP memory image data
  6259. 0    long    0xD28B7670        CLISP memory image data, other endian
  6260.  
  6261. # Files produced by GNU gettext
  6262. 0    long    0xDE120495        GNU-format message catalog data
  6263. 0    long    0x950412DE        GNU-format message catalog data
  6264.  
  6265. #.com and .bin for MIT scheme 
  6266. 0    string    \372\372\372\372    MIT scheme (library?)
  6267.  
  6268. # From: David Allouche <david@allouche.net>
  6269. 0    string    \<TeXmacs|    TeXmacs document text
  6270. #------------------------------------------------------------------------------
  6271. # mach file description
  6272. #
  6273. 0    belong        0xcafebabe    Mach-O fat file
  6274. >4    belong        1        with 1 architecture
  6275. >4    belong        >1
  6276. >>4    belong        x        with %ld architectures        
  6277. #
  6278. 0    belong        0xfeedface    Mach-O
  6279. >12    belong        1        object
  6280. >12    belong        2        executable
  6281. >12    belong        3        shared library
  6282. >12    belong        4        core
  6283. >12    belong        5        preload executable
  6284. >12    belong        6               dynamically linked shared library
  6285. >12    belong        7               dynamic linker
  6286. >12    belong        8        bundle
  6287. >12    belong        >8
  6288. >>12    belong        x        filetype=%ld
  6289. >4    belong        <0
  6290. >>4    belong        x        architecture=%ld
  6291. >4    belong        1        vax
  6292. >4    belong        2        romp
  6293. >4    belong        3        architecture=3
  6294. >4    belong        4        ns32032
  6295. >4    belong        5        ns32332
  6296. >4    belong        6        for m68k architecture
  6297. # from NeXTstep 3.0 <mach/machine.h>
  6298. # i.e. mc680x0_all, ignore
  6299. # >>8    belong        1        (mc68030)
  6300. >>8    belong        2        (mc68040)
  6301. >>8    belong        3        (mc68030 only)
  6302. >4    belong        7        i386
  6303. >4    belong        8        mips
  6304. >4    belong        9        ns32532
  6305. >4    belong        10        architecture=10
  6306. >4    belong        11        hp pa-risc
  6307. >4    belong        12        acorn
  6308. >4    belong        13        m88k
  6309. >4    belong        14        sparc
  6310. >4    belong        15        i860-big
  6311. >4    belong        16        i860
  6312. >4    belong        17        rs6000
  6313. >4    belong        18        ppc
  6314. >4    belong        >18
  6315. >>4    belong        x        architecture=%ld
  6316.  
  6317. #------------------------------------------------------------------------------
  6318. # macintosh description
  6319. #
  6320. # BinHex is the Macintosh ASCII-encoded file format (see also "apple")
  6321. # Daniel Quinlan, quinlan@yggdrasil.com
  6322. 11    string    must\ be\ converted\ with\ BinHex    BinHex binary text
  6323. >41    string    x                    \b, version %.3s
  6324.  
  6325. # Stuffit archives are the de facto standard of compression for Macintosh
  6326. # files obtained from most archives. (franklsm@tuns.ca)
  6327. 0    string        SIT!            StuffIt Archive (data)
  6328. >2    string        x            : %s
  6329. 0    string        SITD            StuffIt Deluxe (data)
  6330. >2    string        x            : %s
  6331. 0    string        Seg            StuffIt Deluxe Segment (data)
  6332. >2    string        x            : %s
  6333.  
  6334. # Newer StuffIt archives (grant@netbsd.org)
  6335. 0    string        StuffIt            StuffIt Archive
  6336. #>162    string        >0            : %s
  6337.  
  6338. # Macintosh Applications and Installation binaries (franklsm@tuns.ca)
  6339. 0    string        APPL            Macintosh Application (data)
  6340. >2    string        x            \b: %s
  6341.  
  6342. # Macintosh System files (franklsm@tuns.ca)
  6343. 0    string        zsys            Macintosh System File (data)
  6344. 0    string        FNDR            Macintosh Finder (data)
  6345. 0    string        libr            Macintosh Library (data)
  6346. >2    string        x            : %s
  6347. 0    string        shlb            Macintosh Shared Library (data)
  6348. >2    string        x            : %s
  6349. 0    string        cdev            Macintosh Control Panel (data)
  6350. >2    string        x            : %s
  6351. 0    string        INIT            Macintosh Extension (data)
  6352. >2    string        x            : %s
  6353. 0    string        FFIL            Macintosh Truetype Font (data)
  6354. >2    string        x            : %s
  6355. 0    string        LWFN            Macintosh Postscript Font (data)
  6356. >2    string        x            : %s
  6357.  
  6358. # Additional Macintosh Files (franklsm@tuns.ca)
  6359. 0    string        PACT            Macintosh Compact Pro Archive (data)
  6360. >2    string        x            : %s
  6361. 0    string        ttro            Macintosh TeachText File (data)
  6362. >2    string        x            : %s
  6363. 0    string        TEXT            Macintosh TeachText File (data)
  6364. >2    string        x            : %s
  6365. 0    string        PDF            Macintosh PDF File (data)
  6366. >2    string        x            : %s
  6367.  
  6368. # MacBinary format (Eric Fischer, enf@pobox.com)
  6369. #
  6370. # Unfortunately MacBinary doesn't really have a magic number prior
  6371. # to the MacBinary III format.  The checksum is really the way to
  6372. # do it, but the magic file format isn't up to the challenge.
  6373. #
  6374. # 0    byte        0
  6375. # 1    byte                # filename length
  6376. # 2    string                # filename
  6377. # 65    string                # file type
  6378. # 69    string                # file creator
  6379. # 73    byte                # Finder flags
  6380. # 74    byte        0
  6381. # 75    beshort                # vertical posn in window
  6382. # 77    beshort                # horiz posn in window
  6383. # 79    beshort                # window or folder ID
  6384. # 81    byte                # protected?
  6385. # 82    byte        0
  6386. # 83    belong                # length of data segment
  6387. # 87    belong                # length of resource segment
  6388. # 91    belong                # file creation date
  6389. # 95    belong                # file modification date
  6390. # 99    beshort                # length of comment after resource
  6391. # 101    byte                # new Finder flags
  6392. # 102    string        mBIN        # (only in MacBinary III)
  6393. # 106    byte                # char. code of file name
  6394. # 107    byte                # still more Finder flags
  6395. # 116    belong                # total file length
  6396. # 120    beshort                # length of add'l header
  6397. # 122    byte        129        # for MacBinary II
  6398. # 122    byte        130        # for MacBinary III
  6399. # 123    byte        129        # minimum version that can read fmt
  6400. # 124    beshort                # checksum
  6401. #
  6402. # This attempts to use the version numbers as a magic number, requiring
  6403. # that the first one be 0x80, 0x81, 0x82, or 0x83, and that the second
  6404. # be 0x81.  This works for the files I have, but maybe not for everyone's.
  6405.  
  6406. # Unfortunately, this magic is quite weak - MPi
  6407. #122    beshort&0xFCFF    0x8081        Macintosh MacBinary data
  6408.  
  6409. # MacBinary I doesn't have the version number field at all, but MacBinary II
  6410. # has been in use since 1987 so I hope there aren't many really old files
  6411. # floating around that this will miss.  The original spec calls for using
  6412. # the nulls in 0, 74, and 82 as the magic number.
  6413. #
  6414. # Another possibility, that would also work for MacBinary I, is to use
  6415. # the assumption that 65-72 will all be ASCII (0x20-0x7F), that 73 will
  6416. # have bits 1 (changed), 2 (busy), 3 (bozo), and 6 (invisible) unset,
  6417. # and that 74 will be 0.  So something like
  6418. # 71     belong&0x80804EFF 0x00000000     Macintosh MacBinary data
  6419. # >73    byte&0x01    0x01        \b, inited
  6420. # >73    byte&0x02    0x02        \b, changed
  6421. # >73    byte&0x04    0x04        \b, busy
  6422. # >73    byte&0x08    0x08        \b, bozo
  6423. # >73    byte&0x10    0x10        \b, system
  6424. # >73    byte&0x10    0x20        \b, bundle
  6425. # >73    byte&0x10    0x40        \b, invisible
  6426. # >73    byte&0x10    0x80        \b, locked
  6427.  
  6428. #>65    string        x        \b, type "%4.4s"
  6429.  
  6430. #>65    string        8BIM        (PhotoShop)
  6431. #>65    string        ALB3        (PageMaker 3)
  6432. #>65    string        ALB4        (PageMaker 4)
  6433. #>65    string        ALT3        (PageMaker 3)
  6434. #>65    string        APPL        (application)
  6435. #>65    string        AWWP        (AppleWorks word processor)
  6436. #>65    string        CIRC        (simulated circuit)
  6437. #>65    string        DRWG        (MacDraw)
  6438. #>65    string        EPSF        (Encapsulated PostScript)
  6439. #>65    string        FFIL        (font suitcase)
  6440. #>65    string        FKEY        (function key)
  6441. #>65    string        FNDR        (Macintosh Finder)
  6442. #>65    string        GIFf        (GIF image)
  6443. #>65    string        Gzip        (GNU gzip)
  6444. #>65    string        INIT        (system extension)
  6445. #>65    string        LIB\         (library)
  6446. #>65    string        LWFN        (PostScript font)
  6447. #>65    string        MSBC        (Microsoft BASIC)
  6448. #>65    string        PACT        (Compact Pro archive)
  6449. #>65    string        PDF\         (Portable Document Format)
  6450. #>65    string        PICT        (picture)
  6451. #>65    string        PNTG        (MacPaint picture)
  6452. #>65    string        PREF        (preferences)
  6453. #>65    string        PROJ        (Think C project)
  6454. #>65    string        QPRJ        (Think Pascal project)
  6455. #>65    string        SCFL        (Defender scores)
  6456. #>65    string        SCRN        (startup screen)
  6457. #>65    string        SITD        (StuffIt Deluxe)
  6458. #>65    string        SPn3        (SuperPaint)
  6459. #>65    string        STAK        (HyperCard stack)
  6460. #>65    string        Seg\         (StuffIt segment)
  6461. #>65    string        TARF        (Unix tar archive)
  6462. #>65    string        TEXT        (ASCII)
  6463. #>65    string        TIFF        (TIFF image)
  6464. #>65    string        TOVF        (Eudora table of contents)
  6465. #>65    string        WDBN        (Microsoft Word word processor)
  6466. #>65    string        WORD        (MacWrite word processor)
  6467. #>65    string        XLS\         (Microsoft Excel)
  6468. #>65    string        ZIVM        (compress (.Z))
  6469. #>65    string        ZSYS        (Pre-System 7 system file)
  6470. #>65    string        acf3        (Aldus FreeHand)
  6471. #>65    string        cdev        (control panel)
  6472. #>65    string        dfil        (Desk Acessory suitcase)
  6473. #>65    string        libr        (library)
  6474. #>65    string        nX^d        (WriteNow word processor)
  6475. #>65    string        nX^w        (WriteNow dictionary)
  6476. #>65    string        rsrc        (resource)
  6477. #>65    string        scbk        (Scrapbook)
  6478. #>65    string        shlb        (shared library)
  6479. #>65    string        ttro        (SimpleText read-only)
  6480. #>65    string        zsys        (system file)
  6481.  
  6482. #>69    string        x        \b, creator "%4.4s"
  6483.  
  6484. # Somewhere, Apple has a repository of registered Creator IDs.  These are
  6485. # just the ones that I happened to have files from and was able to identify.
  6486.  
  6487. #>69    string        8BIM        (Adobe Photoshop)
  6488. #>69    string        ALD3        (PageMaker 3)
  6489. #>69    string        ALD4        (PageMaker 4)
  6490. #>69    string        ALFA        (Alpha editor)
  6491. #>69    string        APLS        (Apple Scanner)
  6492. #>69    string        APSC        (Apple Scanner)
  6493. #>69    string        BRKL        (Brickles)
  6494. #>69    string        BTFT        (BitFont)
  6495. #>69    string        CCL2         (Common Lisp 2)
  6496. #>69    string        CCL\         (Common Lisp)
  6497. #>69    string        CDmo        (The Talking Moose)
  6498. #>69    string        CPCT        (Compact Pro)
  6499. #>69    string        CSOm        (Eudora)
  6500. #>69    string        DMOV        (Font/DA Mover)
  6501. #>69    string        DSIM        (DigSim)
  6502. #>69    string        EDIT        (Macintosh Edit)
  6503. #>69    string        ERIK        (Macintosh Finder)
  6504. #>69    string        EXTR        (self-extracting archive)
  6505. #>69    string        Gzip        (GNU gzip)
  6506. #>69    string        KAHL        (Think C)
  6507. #>69    string        LWFU        (LaserWriter Utility)
  6508. #>69    string        LZIV        (compress)
  6509. #>69    string        MACA        (MacWrite)
  6510. #>69    string        MACS        (Macintosh operating system)
  6511. #>69    string        MAcK        (MacKnowledge terminal emulator)
  6512. #>69    string        MLND        (Defender)
  6513. #>69    string        MPNT        (MacPaint)
  6514. #>69    string        MSBB        (Microsoft BASIC (binary))
  6515. #>69    string        MSWD        (Microsoft Word)
  6516. #>69    string        NCSA        (NCSA Telnet)
  6517. #>69    string        PJMM        (Think Pascal)
  6518. #>69    string        PSAL        (Hunt the Wumpus)
  6519. #>69    string        PSI2        (Apple File Exchange)
  6520. #>69    string        R*ch        (BBEdit)
  6521. #>69    string        RMKR        (Resource Maker)
  6522. #>69    string        RSED        (Resource Editor)
  6523. #>69    string        Rich        (BBEdit)
  6524. #>69    string        SIT!        (StuffIt)
  6525. #>69    string        SPNT        (SuperPaint)
  6526. #>69    string        Unix        (NeXT Mac filesystem)
  6527. #>69    string        VIM!        (Vim editor)
  6528. #>69    string        WILD        (HyperCard)
  6529. #>69    string        XCEL        (Microsoft Excel)
  6530. #>69    string        aCa2        (Fontographer)
  6531. #>69    string        aca3        (Aldus FreeHand)
  6532. #>69    string        dosa        (Macintosh MS-DOS file system)
  6533. #>69    string        movr        (Font/DA Mover)
  6534. #>69    string        nX^n        (WriteNow)
  6535. #>69    string        pdos        (Apple ProDOS file system)
  6536. #>69    string        scbk        (Scrapbook)
  6537. #>69    string        ttxt        (SimpleText)
  6538. #>69    string        ufox        (Foreign File Access)
  6539.  
  6540. # Just in case...
  6541.  
  6542. 102    string        mBIN        MacBinary III data with surprising version number
  6543.  
  6544. # sas magic from Bruce Foster (bef@nwu.edu)
  6545. #
  6546. #0    string        SAS        SAS
  6547. #>8    string        x        %s
  6548. 0    string        SAS        SAS
  6549. >24    string        DATA        data file
  6550. >24    string        CATALOG        catalog
  6551. >24    string        INDEX        data file index
  6552. >24    string        VIEW        data view
  6553. # sas 7+ magic from Reinhold Koch (reinhold.koch@roche.com)
  6554. #
  6555. 0x54    string          SAS             SAS 7+
  6556. >0x9C   string          DATA            data file
  6557. >0x9C   string          CATALOG         catalog
  6558. >0x9C   string          INDEX           data file index
  6559. >0x9C   string          VIEW            data view
  6560.  
  6561. # spss magic for SPSS system and portable files, 
  6562. #     from Bruce Foster (bef@nwu.edu).
  6563.  
  6564. 0    long        0xc1e2c3c9    SPSS Portable File
  6565. >40    string         x        %s
  6566.  
  6567. 0    string        $FL2        SPSS System File
  6568. >24    string        x        %s
  6569.  
  6570. # Macintosh filesystem data
  6571. # From "Tom N Harris" <telliamed@mac.com>
  6572. # Fixed HFS+ and Partition map magic: Ethan Benson <erbenson@alaska.net>
  6573. # The MacOS epoch begins on 1 Jan 1904 instead of 1 Jan 1970, so these
  6574. # entries depend on the data arithmetic added after v.35
  6575. # There's also some Pascal strings in here, ditto...
  6576.  
  6577. # The boot block signature, according to IM:Files, is 
  6578. # "for HFS volumes, this field always contains the value 0x4C4B."
  6579. # But if this is true for MFS or HFS+ volumes, I don't know.
  6580. # Alternatively, the boot block is supposed to be zeroed if it's
  6581. # unused, so a simply >0 should suffice.
  6582.  
  6583. 0x400    beshort            0xD2D7        Macintosh MFS data
  6584. >0    beshort            0x4C4B        (bootable)
  6585. >0x40a    beshort            &0x8000        (locked)
  6586. >0x402    beldate-0x7C25B080    x        created: %s,
  6587. >0x406    beldate-0x7C25B080    >0        last backup: %s,
  6588. >0x414    belong            x        block size: %d,
  6589. >0x412    beshort            x        number of blocks: %d,
  6590. >0x424    pstring            x        volume name: %s
  6591.  
  6592. # "BD" is has many false positives
  6593. #0x400    beshort            0x4244        Macintosh HFS data
  6594. #>0    beshort            0x4C4B        (bootable)
  6595. #>0x40a    beshort            &0x8000        (locked)
  6596. #>0x40a    beshort            ^0x0100        (mounted)
  6597. #>0x40a    beshort            &0x0200        (spared blocks)
  6598. #>0x40a    beshort            &0x0800        (unclean)
  6599. #>0x47C    beshort            0x482B        (Embedded HFS+ Volume)
  6600. #>0x402    beldate-0x7C25B080    x        created: %s,
  6601. #>0x406    beldate-0x7C25B080    x        last modified: %s,
  6602. #>0x440    beldate-0x7C25B080    >0        last backup: %s,
  6603. #>0x414    belong            x        block size: %d,
  6604. #>0x412    beshort            x        number of blocks: %d,
  6605. #>0x424    pstring            x        volume name: %s
  6606.  
  6607. 0x400    beshort            0x482B        Macintosh HFS Extended
  6608. >&0    beshort            x        version %d data
  6609. >0    beshort            0x4C4B        (bootable)
  6610. >0x404    belong            ^0x00000100    (mounted)
  6611. >&2    belong            &0x00000200    (spared blocks)
  6612. >&2    belong            &0x00000800    (unclean)
  6613. >&2    belong            &0x00008000    (locked)
  6614. >&6    string            x        last mounted by: '%.4s',
  6615. # really, that should be treated as a belong and we print a string
  6616. # based on the value. TN1150 only mentions '8.10' for "MacOS 8.1"
  6617. >&14    beldate-0x7C25B080    x        created: %s,
  6618. # only the creation date is local time, all other timestamps in HFS+ are UTC.
  6619. >&18    bedate-0x7C25B080    x        last modified: %s,
  6620. >&22    bedate-0x7C25B080    >0        last backup: %s,
  6621. >&26    bedate-0x7C25B080    >0        last checked: %s,
  6622. >&38    belong            x        block size: %d,
  6623. >&42    belong            x        number of blocks: %d,
  6624. >&46    belong            x        free blocks: %d
  6625.  
  6626. # I don't think this is really necessary since it doesn't do much and 
  6627. # anything with a valid driver descriptor will also have a valid
  6628. # partition map
  6629. #0        beshort        0x4552        Apple Device Driver data
  6630. #>&24        beshort        =1        \b, MacOS
  6631.  
  6632. # Is that the partition type a cstring or a pstring? Well, IM says "strings 
  6633. # shorter than 32 bytes must be terminated with NULL" so I'll treat it as a 
  6634. # cstring. Of course, partitions can contain more than four entries, but 
  6635. # what're you gonna do?
  6636. 0x200        beshort        0x504D        Apple Partition data
  6637. >0x2        beshort        x        block size: %d,
  6638. >0x230        string        x        first type: %s,
  6639. >0x210        string        x        name: %s,
  6640. >0x254        belong        x        number of blocks: %d,
  6641. >0x400        beshort        0x504D        
  6642. >>0x430        string        x        second type: %s,
  6643. >>0x410        string        x        name: %s,
  6644. >>0x454        belong        x        number of blocks: %d,
  6645. >>0x800        beshort        0x504D        
  6646. >>>0x830    string        x        third type: %s,
  6647. >>>0x810    string        x        name: %s,
  6648. >>>0x854    belong        x        number of blocks: %d,
  6649. >>>0xa00    beshort        0x504D        
  6650. >>>>0xa30    string        x        fourth type: %s,
  6651. >>>>0xa10    string        x        name: %s,
  6652. >>>>0xa54    belong        x        number of blocks: %d
  6653. # AFAIK, only the signature is different
  6654. 0x200        beshort        0x5453        Apple Old Partition data
  6655. >0x2        beshort        x        block size: %d,
  6656. >0x230        string        x        first type: %s,
  6657. >0x210        string        x        name: %s,
  6658. >0x254        belong        x        number of blocks: %d,
  6659. >0x400        beshort        0x504D        
  6660. >>0x430        string        x        second type: %s,
  6661. >>0x410        string        x        name: %s,
  6662. >>0x454        belong        x        number of blocks: %d,
  6663. >>0x800        beshort        0x504D        
  6664. >>>0x830    string        x        third type: %s,
  6665. >>>0x810    string        x        name: %s,
  6666. >>>0x854    belong        x        number of blocks: %d,
  6667. >>>0xa00    beshort        0x504D        
  6668. >>>>0xa30    string        x        fourth type: %s,
  6669. >>>>0xa10    string        x        name: %s,
  6670. >>>>0xa54    belong        x        number of blocks: %d
  6671.  
  6672. # From: Remi Mommsen <mommsen@slac.stanford.edu>
  6673. 0        string        BOMStore    Mac OS X bill of materials (BOM) fil
  6674.  
  6675. #------------------------------------------------------------------------------
  6676. # magic:  file(1) magic for magic files
  6677. #
  6678. 0    string        #\ Magic    magic text file for file(1) cmd
  6679. 0    lelong        0xF11E041C    magic binary file for file(1) cmd
  6680. >4    lelong        x        (version %d) (little endian)
  6681. 0    belong        0xF11E041C    magic binary file for file(1) cmd
  6682. >4    belong        x        (version %d) (big endian)
  6683.  
  6684. #------------------------------------------------------------------------------
  6685. # mail.news:  file(1) magic for mail and news
  6686. #
  6687. # Unfortunately, saved netnews also has From line added in some news software.
  6688. #0    string        From         mail text
  6689. # There are tests to ascmagic.c to cope with mail and news.
  6690. 0    string        Relay-Version:     old news text
  6691. 0    string        #!\ rnews    batched news text
  6692. 0    string        N#!\ rnews    mailed, batched news text
  6693. 0    string        Forward\ to     mail forwarding text
  6694. 0    string        Pipe\ to     mail piping text
  6695. 0    string        Return-Path:    smtp mail text
  6696. 0    string        Path:        news text
  6697. 0    string        Xref:        news text
  6698. 0    string        From:        news or mail text
  6699. 0    string        Article     saved news text
  6700. 0    string        BABYL        Emacs RMAIL text
  6701. 0    string        Received:    RFC 822 mail text
  6702. 0    string        MIME-Version:    MIME entity text
  6703. #0    string        Content-    MIME entity text
  6704.  
  6705. # TNEF files...
  6706. 0    lelong        0x223E9F78    Transport Neutral Encapsulation Format
  6707.  
  6708. # From: Kevin Sullivan <ksulliva@psc.edu>
  6709. 0    string        *mbx*        MBX mail folder
  6710.  
  6711. # From: Simon Matter <simon.matter@invoca.ch>
  6712. 0    string        \241\002\213\015skiplist\ file\0\0\0    Cyrus skiplist DB
  6713.  
  6714. # JAM(mbp) Fidonet message area databases
  6715. # JHR file
  6716. 0    string    JAM\0            JAM message area header file
  6717. >12    leshort >0            (%d messages)
  6718.  
  6719. # Squish Fidonet message area databases
  6720. # SQD file (requires at least one message in the area)
  6721. # XXX: Weak magic
  6722. #256    leshort    0xAFAE4453        Squish message area data file
  6723. #>4    leshort    >0            (%d messages)
  6724.  
  6725. #------------------------------------------------------------------------------
  6726. # maple:  file(1) magic for maple files
  6727. # "H. Nanosecond" <aldomel@ix.netcom.com>
  6728. # Maple V release 4, a multi-purpose math program
  6729. #
  6730.  
  6731. # maple library .lib
  6732. 0    string    \000MVR4\nI    MapleVr4 library
  6733.  
  6734. # .ind
  6735. # no magic for these :-(
  6736. # they are compiled indexes for maple files
  6737.  
  6738. # .hdb 
  6739. 0    string    \000\004\000\000    Maple help database
  6740.  
  6741. # .mhp
  6742. # this has the form <PACKAGE=name>
  6743. 0    string    \<PACKAGE=    Maple help file
  6744. 0    string    \<HELP\ NAME=    Maple help file
  6745. 0    string    \n\<HELP\ NAME=    Maple help file with extra carriage return at start (yuck)
  6746. #0    string    #\ Newton    Maple help file, old style
  6747. 0    string    #\ daub    Maple help file, old style
  6748. #0    string    #===========    Maple help file, old style
  6749.  
  6750. # .mws
  6751. 0    string    \000\000\001\044\000\221    Maple worksheet
  6752. #this is anomalous
  6753. 0    string    WriteNow\000\002\000\001\000\000\000\000\100\000\000\000\000\000    Maple worksheet, but weird
  6754. # this has the form {VERSION 2 3 "IBM INTEL NT" "2.3" }\n
  6755. # that is {VERSION major_version miunor_version computer_type version_string}
  6756. 0    string    {VERSION\     Maple worksheet
  6757. >9    string    >\0    version %.1s.
  6758. >>10    string
  6759. >>>11    string    >\0    %.1s
  6760.  
  6761. # .mps
  6762. 0    string    \0\0\001$    Maple something
  6763. # from byte 4 it is either 'nul E' or 'soh R'
  6764. # I think 'nul E' means a file that was saved as  a different name
  6765. # a sort of revision marking
  6766. # 'soh R' means new 
  6767. >4    string    \000\105    An old revision
  6768. >4    string    \001\122    The latest save
  6769.  
  6770. # .mpl
  6771. # some of these are the same as .mps above
  6772. #0000000 000 000 001 044 000 105 same as .mps
  6773. #0000000 000 000 001 044 001 122 same as .mps
  6774.  
  6775. 0    string    #\n##\ <SHAREFILE=    Maple something
  6776. 0    string    \n#\n##\ <SHAREFILE=    Maple something
  6777. 0    string    ##\ <SHAREFILE=    Maple something
  6778. 0    string    #\r##\ <SHAREFILE=    Maple something
  6779. 0    string    \r#\r##\ <SHAREFILE=    Maple something
  6780. 0    string    #\ \r##\ <DESCRIBE>    Maple something anomalous.
  6781.  
  6782. #------------------------------------------------------------------------------
  6783. # mathematica:  file(1) magic for mathematica files
  6784. # "H. Nanosecond" <aldomel@ix.netcom.com>
  6785. # Mathematica a multi-purpose math program
  6786. # versions 2.2 and 3.0
  6787.  
  6788. #mathematica .mb
  6789. 0    string    \064\024\012\000\035\000\000\000    Mathematica version 2 notebook
  6790. 0    string    \064\024\011\000\035\000\000\000    Mathematica version 2 notebook
  6791.  
  6792. # .ma
  6793. # multiple possibilites:
  6794.  
  6795. 0    string    (*^\n\n::[\011frontEndVersion\ =\     Mathematica notebook
  6796. #>41    string    >\0    %s
  6797.  
  6798. #0    string    (*^\n\n::[\011palette    Mathematica notebook version 2.x
  6799.  
  6800. #0    string    (*^\n\n::[\011Information    Mathematica notebook version 2.x
  6801. #>675    string    >\0    %s #doesn't work well
  6802.  
  6803. # there may be 'cr' instread of 'nl' in some does this matter?
  6804.  
  6805. # generic:
  6806. 0    string    (*^\r\r::[\011    Mathematica notebook version 2.x
  6807. 0    string    \(\*\^\r\n\r\n\:\:\[\011    Mathematica notebook version 2.x
  6808. 0    string    (*^\015            Mathematica notebook version 2.x
  6809. 0    string    (*^\n\r\n\r::[\011    Mathematica notebook version 2.x
  6810. 0    string    (*^\r::[\011    Mathematica notebook version 2.x
  6811. 0    string    (*^\r\n::[\011    Mathematica notebook version 2.x
  6812. 0    string    (*^\n\n::[\011    Mathematica notebook version 2.x
  6813. 0    string    (*^\n::[\011    Mathematica notebook version 2.x
  6814.  
  6815.  
  6816. # Mathematica .mx files
  6817.  
  6818. #0    string    (*This\ is\ a\ Mathematica\ binary\ dump\ file.\ It\ can\ be\ loaded\ with\ Get.*)    Mathematica binary file
  6819. 0    string    (*This\ is\ a\ Mathematica\ binary\     Mathematica binary file
  6820. #>71    string \000\010\010\010\010\000\000\000\000\000\000\010\100\010\000\000\000    
  6821. # >71... is optional
  6822. >88    string    >\0    from %s
  6823.  
  6824.  
  6825. # Mathematica files PBF:
  6826. # 115 115 101 120 102 106 000 001 000 000 000 203 000 001 000
  6827. 0    string    MMAPBF\000\001\000\000\000\203\000\001\000    Mathematica PBF (fonts I think)
  6828.  
  6829. # .ml files  These are menu resources I think
  6830. # these start with "[0-9][0-9][0-9]\ A~[0-9][0-9][0-9]\ 
  6831. # how to put that into a magic rule?
  6832. 4    string    \ A~    MAthematica .ml file
  6833.  
  6834. # .nb files
  6835. #too long 0    string    (***********************************************************************\n\n\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Mathematica-Compatible Notebook    Mathematica 3.0 notebook
  6836. 0    string    (***********************    Mathematica 3.0 notebook
  6837.  
  6838. # other (* matches it is a comment start in these langs
  6839. 0    string    (*    Mathematica, or Pascal,  Modula-2 or 3 code text
  6840.  
  6841. #########################
  6842. # MatLab v5
  6843. 0       string  MATLAB  Matlab v5 mat-file
  6844. >126    short   0x494d  (big endian)
  6845. >>124   beshort x       version 0x%04x
  6846. >126    short   0x4d49  (little endian)
  6847. >>124   leshort x       version 0x%04x
  6848.  
  6849.  
  6850. #------------------------------------------------------------------------------
  6851. # matroska:  file(1) magic for Matroska files
  6852. #
  6853. # See http://www.matroska.org/
  6854. #
  6855.  
  6856. # EBML id:
  6857. 0        belong        0x1a45dfa3
  6858. # DocType id:
  6859. >5        beshort        0x4282
  6860. # DocType contents:
  6861. >>8        string        matroska    Matroska data
  6862.  
  6863. #------------------------------------------------------------------------------
  6864. # Mavroyanopoulos Nikos <nmav@hellug.gr>
  6865. # mcrypt:   file(1) magic for mcrypt 2.2.x;
  6866. 0    string        \0m\3        mcrypt 2.5 encrypted data,
  6867. >4    string        >\0        algorithm: %s,
  6868. >>&1    leshort        >0        keysize: %d bytes,
  6869. >>>&0    string        >\0        mode: %s,
  6870.  
  6871. 0    string        \0m\2        mcrypt 2.2 encrypted data,
  6872. >3    byte        0        algorithm: blowfish-448,
  6873. >3    byte        1        algorithm: DES,
  6874. >3    byte        2        algorithm: 3DES,
  6875. >3    byte        3        algorithm: 3-WAY,
  6876. >3    byte        4        algorithm: GOST,
  6877. >3    byte        6        algorithm: SAFER-SK64,
  6878. >3    byte        7        algorithm: SAFER-SK128,
  6879. >3    byte        8        algorithm: CAST-128,
  6880. >3    byte        9        algorithm: xTEA,
  6881. >3    byte        10        algorithm: TWOFISH-128,
  6882. >3    byte        11        algorithm: RC2,
  6883. >3    byte        12        algorithm: TWOFISH-192,
  6884. >3    byte        13        algorithm: TWOFISH-256,
  6885. >3    byte        14        algorithm: blowfish-128,
  6886. >3    byte        15        algorithm: blowfish-192,
  6887. >3    byte        16        algorithm: blowfish-256,
  6888. >3    byte        100        algorithm: RC6,
  6889. >3    byte        101        algorithm: IDEA,
  6890. >4    byte        0        mode: CBC,
  6891. >4    byte        1        mode: ECB,
  6892. >4    byte        2        mode: CFB,
  6893. >4    byte        3        mode: OFB,
  6894. >4    byte        4        mode: nOFB,
  6895. >5    byte        0        keymode: 8bit
  6896. >5    byte        1        keymode: 4bit
  6897. >5    byte        2        keymode: SHA-1 hash
  6898. >5    byte        3        keymode: MD5 hash
  6899. #------------------------------------------------------------------------------
  6900. # mime:  file(1) magic for MIME encoded files
  6901. #
  6902. 0    string        Content-Type:\
  6903. >14    string        >\0        %s
  6904. 0    string        Content-Type:
  6905. >13    string        >\0        %s
  6906.  
  6907. #------------------------------------------------------------------------------
  6908. # mips:  file(1) magic for Silicon Graphics (MIPS, IRIS, IRIX, etc.)
  6909. #                         Dec Ultrix (MIPS)
  6910. # all of SGI's *current* machines and OSes run in big-endian mode on the
  6911. # MIPS machines, as far as I know.
  6912. #
  6913. # XXX - what is the blank "-" line?
  6914. #
  6915. # kbd file definitions
  6916. 0    string    kbd!map        kbd map file
  6917. >8    byte    >0        Ver %d:
  6918. >10    short    >0        with %d table(s)
  6919. 0    belong    0407        old SGI 68020 executable
  6920. 0    belong    0410        old SGI 68020 pure executable
  6921. 0    beshort    0x8765        disk quotas file
  6922. 0    beshort    0x0506        IRIS Showcase file
  6923. >2    byte    0x49        -
  6924. >3    byte    x        - version %ld
  6925. 0    beshort    0x0226        IRIS Showcase template
  6926. >2    byte    0x63        -
  6927. >3    byte    x        - version %ld
  6928. 0    belong    0x5343464d    IRIS Showcase file
  6929. >4    byte    x        - version %ld
  6930. 0    belong    0x5443464d    IRIS Showcase template
  6931. >4    byte    x        - version %ld
  6932. 0    belong    0xdeadbabe    IRIX Parallel Arena
  6933. >8    belong    >0        - version %ld
  6934. #
  6935. 0    beshort    0x0160        MIPSEB ECOFF executable
  6936. >20    beshort    0407        (impure)
  6937. >20    beshort    0410        (swapped)
  6938. >20    beshort    0413        (paged)
  6939. >8    belong    >0        not stripped
  6940. >8    belong    0        stripped
  6941. >22    byte    x        - version %ld
  6942. >23    byte    x        .%ld
  6943. #
  6944. 0    beshort    0x0162        MIPSEL-BE ECOFF executable
  6945. >20    beshort    0407        (impure)
  6946. >20    beshort    0410        (swapped)
  6947. >20    beshort    0413        (paged)
  6948. >8    belong    >0        not stripped
  6949. >8    belong    0        stripped
  6950. >23    byte    x        - version %d
  6951. >22    byte    x        .%ld
  6952. #
  6953. 0    beshort    0x6001        MIPSEB-LE ECOFF executable
  6954. >20    beshort    03401        (impure)
  6955. >20    beshort    04001        (swapped)
  6956. >20    beshort    05401        (paged)
  6957. >8    belong    >0        not stripped
  6958. >8    belong    0        stripped
  6959. >23    byte    x        - version %d
  6960. >22    byte    x        .%ld
  6961. #
  6962. 0    beshort    0x6201        MIPSEL ECOFF executable
  6963. >20    beshort    03401        (impure)
  6964. >20    beshort    04001        (swapped)
  6965. >20    beshort    05401        (paged)
  6966. >8    belong    >0        not stripped
  6967. >8    belong    0        stripped
  6968. >23    byte    x        - version %ld
  6969. >22    byte    x        .%ld
  6970. #
  6971. # MIPS 2 additions
  6972. #
  6973. 0    beshort    0x0163        MIPSEB MIPS-II ECOFF executable
  6974. >20    beshort    0407        (impure)
  6975. >20    beshort    0410        (swapped)
  6976. >20    beshort    0413        (paged)
  6977. >8    belong    >0        not stripped
  6978. >8    belong    0        stripped
  6979. >22    byte    x        - version %ld
  6980. >23    byte    x        .%ld
  6981. #
  6982. 0    beshort    0x0166        MIPSEL-BE MIPS-II ECOFF executable
  6983. >20    beshort    0407        (impure)
  6984. >20    beshort    0410        (swapped)
  6985. >20    beshort    0413        (paged)
  6986. >8    belong    >0        not stripped
  6987. >8    belong    0        stripped
  6988. >22    byte    x        - version %ld
  6989. >23    byte    x        .%ld
  6990. #
  6991. 0    beshort    0x6301        MIPSEB-LE MIPS-II ECOFF executable
  6992. >20    beshort    03401        (impure)
  6993. >20    beshort    04001        (swapped)
  6994. >20    beshort    05401        (paged)
  6995. >8    belong    >0        not stripped
  6996. >8    belong    0        stripped
  6997. >23    byte    x        - version %ld
  6998. >22    byte    x        .%ld
  6999. #
  7000. 0    beshort    0x6601        MIPSEL MIPS-II ECOFF executable
  7001. >20    beshort    03401        (impure)
  7002. >20    beshort    04001        (swapped)
  7003. >20    beshort    05401        (paged)
  7004. >8    belong    >0        not stripped
  7005. >8    belong    0        stripped
  7006. >23    byte    x        - version %ld
  7007. >22    byte    x        .%ld
  7008. #
  7009. # MIPS 3 additions
  7010. #
  7011. 0    beshort    0x0140        MIPSEB MIPS-III ECOFF executable
  7012. >20    beshort    0407        (impure)
  7013. >20    beshort    0410        (swapped)
  7014. >20    beshort    0413        (paged)
  7015. >8    belong    >0        not stripped
  7016. >8    belong    0        stripped
  7017. >22    byte    x        - version %ld
  7018. >23    byte    x        .%ld
  7019. #
  7020. 0    beshort    0x0142        MIPSEL-BE MIPS-III ECOFF executable
  7021. >20    beshort    0407        (impure)
  7022. >20    beshort    0410        (swapped)
  7023. >20    beshort    0413        (paged)
  7024. >8    belong    >0        not stripped
  7025. >8    belong    0        stripped
  7026. >22    byte    x        - version %ld
  7027. >23    byte    x        .%ld
  7028. #
  7029. 0    beshort    0x4001        MIPSEB-LE MIPS-III ECOFF executable
  7030. >20    beshort    03401        (impure)
  7031. >20    beshort    04001        (swapped)
  7032. >20    beshort    05401        (paged)
  7033. >8    belong    >0        not stripped
  7034. >8    belong    0        stripped
  7035. >23    byte    x        - version %ld
  7036. >22    byte    x        .%ld
  7037. #
  7038. 0    beshort    0x4201        MIPSEL MIPS-III ECOFF executable
  7039. >20    beshort    03401        (impure)
  7040. >20    beshort    04001        (swapped)
  7041. >20    beshort    05401        (paged)
  7042. >8    belong    >0        not stripped
  7043. >8    belong    0        stripped
  7044. >23    byte    x        - version %ld
  7045. >22    byte    x        .%ld
  7046. #
  7047. 0    beshort    0x180        MIPSEB Ucode
  7048. 0    beshort    0x182        MIPSEL-BE Ucode
  7049. # 32bit core file
  7050. 0    belong    0xdeadadb0    IRIX core dump
  7051. >4    belong    1        of
  7052. >16    string    >\0        '%s'
  7053. # 64bit core file
  7054. 0    belong    0xdeadad40    IRIX 64-bit core dump
  7055. >4    belong    1        of
  7056. >16    string    >\0        '%s'
  7057. # N32bit core file
  7058. 0       belong    0xbabec0bb    IRIX N32 core dump
  7059. >4      belong    1               of
  7060. >16     string    >\0             '%s'
  7061. # New style crash dump file
  7062. 0    string    \x43\x72\x73\x68\x44\x75\x6d\x70    IRIX vmcore dump of
  7063. >36    string    >\0                    '%s'
  7064. # Trusted IRIX info
  7065. 0    string    SGIAUDIT    SGI Audit file
  7066. >8    byte    x        - version %d
  7067. >9    byte    x        .%ld
  7068. #
  7069. 0    string    WNGZWZSC    Wingz compiled script
  7070. 0    string    WNGZWZSS    Wingz spreadsheet
  7071. 0    string    WNGZWZHP    Wingz help file
  7072. #
  7073. 0    string    \#Inventor V    IRIS Inventor 1.0 file
  7074. 0    string    \#Inventor V2    Open Inventor 2.0 file
  7075. # GLF is OpenGL stream encoding
  7076. 0    string    glfHeadMagic();        GLF_TEXT
  7077. 4    belong    0x7d000000        GLF_BINARY_LSB_FIRST
  7078. 4    belong    0x0000007d        GLF_BINARY_MSB_FIRST
  7079. # GLS is OpenGL stream encoding; GLS is the successor of GLF
  7080. 0    string    glsBeginGLS(        GLS_TEXT
  7081. 4    belong    0x10000000        GLS_BINARY_LSB_FIRST
  7082. 4    belong    0x00000010        GLS_BINARY_MSB_FIRST
  7083.  
  7084. #------------------------------------------------------------------------------
  7085. # mirage:  file(1) magic for Mirage executables
  7086. #
  7087. # XXX - byte order?
  7088. #
  7089. 0    long    31415        Mirage Assembler m.out executable
  7090. #-----------------------------------------------------------------------------
  7091. # misctools:  file(1) magic for miscelanous UNIX tools.
  7092. #
  7093. 0    string        %%!!        X-Post-It-Note text
  7094. 0    string          BEGIN:VCALENDAR         vCalendar calendar file
  7095.  
  7096. #------------------------------------------------------------------------------
  7097. # mkid:  file(1) magic for mkid(1) databases
  7098. #
  7099. # ID is the binary tags database produced by mkid(1).
  7100. #
  7101. # XXX - byte order?
  7102. #
  7103. 0    string        \311\304    ID tags data
  7104. >2    short        >0        version %d
  7105.  
  7106. #------------------------------------------------------------------------------
  7107. # mlssa: file(1) magic for MLSSA datafiles
  7108. #
  7109. 0        lelong        0xffffabcd    MLSSA datafile,
  7110. >4        leshort        x        algorithm %d,
  7111. >10        lelong        x        %d samples
  7112.  
  7113. #------------------------------------------------------------------------------
  7114. # mmdf:  file(1) magic for MMDF mail files
  7115. #
  7116. 0    string    \001\001\001\001    MMDF mailbox
  7117. #------------------------------------------------------------------------------
  7118. # modem:  file(1) magic for modem programs
  7119. #
  7120. # From: Florian La Roche <florian@knorke.saar.de>
  7121. 4    string        Research,    Digifax-G3-File
  7122. >29    byte        1        , fine resolution
  7123. >29    byte        0        , normal resolution
  7124.  
  7125. 0    short        0x0100        raw G3 data, byte-padded
  7126. 0    short        0x1400        raw G3 data
  7127. #
  7128. # Magic data for vgetty voice formats
  7129. # (Martin Seine & Marc Eberhard)
  7130.  
  7131. #
  7132. # raw modem data version 1
  7133. #
  7134. 0    string    RMD1      raw modem data
  7135. >4   string    >\0       (%s /
  7136. >20  short     >0        compression type 0x%04x)
  7137.  
  7138. #
  7139. # portable voice format 1
  7140. #
  7141. 0    string    PVF1\n         portable voice format
  7142. >5   string    >\0       (binary %s)
  7143.  
  7144. #
  7145. # portable voice format 2
  7146. #
  7147. 0    string    PVF2\n         portable voice format
  7148. >5   string >\0          (ascii %s)
  7149.  
  7150.  
  7151. #------------------------------------------------------------------------------
  7152. # motorola:  file(1) magic for Motorola 68K and 88K binaries
  7153. #
  7154. # 68K
  7155. #
  7156. 0    beshort        0520        mc68k COFF
  7157. >18    beshort        ^00000020    object
  7158. >18    beshort        &00000020    executable
  7159. >12    belong        >0        not stripped
  7160. >168    string        .lowmem        Apple toolbox
  7161. >20    beshort        0407        (impure)
  7162. >20    beshort        0410        (pure)
  7163. >20    beshort        0413        (demand paged)
  7164. >20    beshort        0421        (standalone)
  7165. 0    beshort        0521        mc68k executable (shared)
  7166. >12    belong        >0        not stripped
  7167. 0    beshort        0522        mc68k executable (shared demand paged)
  7168. >12    belong        >0        not stripped
  7169. #
  7170. # Motorola/UniSoft 68K Binary Compatibility Standard (BCS)
  7171. #
  7172. 0    beshort        0554        68K BCS executable
  7173. #
  7174. # 88K
  7175. #
  7176. # Motorola/88Open BCS
  7177. #
  7178. 0    beshort        0555        88K BCS executable
  7179. #
  7180. # Motorola S-Records, from Gerd Truschinski <gt@freebsd.first.gmd.de>
  7181. 0   string      S0          Motorola S-Record; binary data in text format
  7182.  
  7183. # ATARI ST relocatable PRG
  7184. #
  7185. # from Oskar Schirmer <schirmer@scara.com> Feb 3, 2001
  7186. # (according to Roland Waldi, Oct 21, 1987)
  7187. # besides the magic 0x601a, the text segment size is checked to be
  7188. # not larger than 1 MB (which is a lot on ST).
  7189. # The additional 0x601b distinction I took from Doug Lee's magic.
  7190. 0    belong&0xFFFFFFF0    0x601A0000    Atari ST M68K contiguous executable
  7191. >2    belong            x        (txt=%ld,
  7192. >6    belong            x        dat=%ld,
  7193. >10    belong            x        bss=%ld,
  7194. >14    belong            x        sym=%ld)
  7195. 0    belong&0xFFFFFFF0    0x601B0000    Atari ST M68K non-contig executable
  7196. >2    belong            x        (txt=%ld,
  7197. >6    belong            x        dat=%ld,
  7198. >10    belong            x        bss=%ld,
  7199. >14    belong            x        sym=%ld)
  7200.  
  7201. # Atari ST/TT... program format (sent by Wolfram Kleff <kleff@cs.uni-bonn.de>)
  7202. 0       beshort         0x601A          Atari 68xxx executable,
  7203. >2      belong          x               text len %lu,
  7204. >6      belong          x               data len %lu,
  7205. >10     belong          x               BSS len %lu,
  7206. >14     belong          x               symboltab len %lu,
  7207. >18     belong          0
  7208. >22     belong          &0x01           fastload flag,
  7209. >22     belong          &0x02           may be loaded to alternate RAM,
  7210. >22     belong          &0x04           malloc may be from alternate RAM,
  7211. >22     belong          x               flags: 0x%lX,
  7212. >26     beshort         0               no relocation tab
  7213. >26     beshort         !0              + relocation tab
  7214. >30     string          SFX             [Self-Extracting LZH SFX archive]
  7215. >38     string          SFX             [Self-Extracting LZH SFX archive]
  7216. >44     string          ZIP!            [Self-Extracting ZIP SFX archive]
  7217.  
  7218. 0       beshort         0x0064          Atari 68xxx CPX file
  7219. >8      beshort         x               (version %04lx)
  7220.  
  7221. #------------------------------------------------------------------------------
  7222. # msdos:  file(1) magic for MS-DOS files
  7223. #
  7224.  
  7225. # .BAT files (Daniel Quinlan, quinlan@yggdrasil.com)
  7226. 0    string/c    @echo\ off    MS-DOS batch file text
  7227.  
  7228. # XXX - according to Microsoft's spec, at an offset of 0x3c in a
  7229. # PE-format executable is the offset in the file of the PE header;
  7230. # unfortunately, that's a little-endian offset, and there's no way
  7231. # to specify an indirect offset with a specified byte order.
  7232. # So, for now, we assume the standard MS-DOS stub, which puts the
  7233. # PE header at 0x80 = 128.
  7234. #
  7235. # Required OS version and subsystem version were 4.0 on some NT 3.51
  7236. # executables built with Visual C++ 4.0, so it's not clear that
  7237. # they're interesting.  The user version was 0.0, but there's
  7238. # probably some linker directive to set it.  The linker version was
  7239. # 3.0, except for one ".exe" which had it as 4.20 (same damn linker!).
  7240. #
  7241. 128    string        PE\0\0    MS Windows PE
  7242. >150    leshort&0x0100    >0    32-bit
  7243. >132    leshort        0x0    unknown processor
  7244. >132    leshort        0x14c    Intel 80386
  7245. >132    leshort        0x166    MIPS R4000
  7246. >132    leshort        0x184    Alpha
  7247. >132    leshort        0x268    Motorola 68000
  7248. >132    leshort        0x1f0    PowerPC
  7249. >132    leshort        0x290    PA-RISC
  7250. >148    leshort        >27
  7251. >>220    leshort        0    unknown subsystem
  7252. >>220    leshort        1    native
  7253. >>220    leshort        2    GUI
  7254. >>220    leshort        3    console
  7255. >>220    leshort        7    POSIX
  7256. >150    leshort&0x2000    =0    executable
  7257. #>>136    ledate        x    stamp %s,
  7258. >>150    leshort&0x0001    >0    not relocatable
  7259. #>>150    leshort&0x0004    =0    with line numbers,
  7260. #>>150    leshort&0x0008    =0    with local symbols,
  7261. #>>150    leshort&0x0200    =0    with debug symbols,
  7262. >>150    leshort&0x1000    >0    system file
  7263. #>>148    leshort        >0
  7264. #>>>154    byte        x    linker %d
  7265. #>>>155    byte        x    \b.%d,
  7266. #>>148    leshort        >27
  7267. #>>>192    leshort        x    requires OS %d
  7268. #>>>194    leshort        x    \b.%d,
  7269. #>>>196    leshort        x    user version %d
  7270. #>>>198    leshort        x    \b.%d,
  7271. #>>>200    leshort        x    subsystem version %d
  7272. #>>>202    leshort        x    \b.%d,
  7273. >150    leshort&0x2000    >0    DLL
  7274. #>>136    ledate        x    stamp %s,
  7275. >>150    leshort&0x0001    >0    not relocatable
  7276. #>>150    leshort&0x0004    =0    with line numbers,
  7277. #>>150    leshort&0x0008    =0    with local symbols,
  7278. #>>150    leshort&0x0200    =0    with debug symbols,
  7279. >>150    leshort&0x1000    >0    system file
  7280. #>>148    leshort        >0
  7281. #>>>154    byte        x    linker %d
  7282. #>>>155    byte        x    \b.%d,
  7283. #>>148    leshort        >27
  7284. #>>>192    leshort        x    requires OS %d
  7285. #>>>194    leshort        x    \b.%d,
  7286. #>>>196    leshort        x    user version %d
  7287. #>>>198    leshort        x    \b.%d,
  7288. #>>>200    leshort        x    subsystem version %d
  7289. #>>>202    leshort        x    \b.%d,
  7290. 0    leshort        0x14c    MS Windows COFF Intel 80386 object file
  7291. #>4    ledate        x    stamp %s
  7292. 0    leshort        0x166    MS Windows COFF MIPS R4000 object file
  7293. #>4    ledate        x    stamp %s
  7294. 0    leshort        0x184    MS Windows COFF Alpha object file
  7295. #>4    ledate        x    stamp %s
  7296. 0    leshort        0x268    MS Windows COFF Motorola 68000 object file
  7297. #>4    ledate        x    stamp %s
  7298. 0    leshort        0x1f0    MS Windows COFF PowerPC object file
  7299. #>4    ledate        x    stamp %s
  7300. 0    leshort        0x290    MS Windows COFF PA-RISC object file
  7301. #>4    ledate        x    stamp %s
  7302.  
  7303. # .EXE formats (Greg Roelofs, newt@uchicago.edu)
  7304. #
  7305. 0    string    MZ        MS-DOS executable (EXE)
  7306. >24    string    @        \b, OS/2 or MS Windows
  7307. >>0xe7    string    LH/2\ Self-Extract    \b, %s
  7308. >>0xe9    string    PKSFX2        \b, %s
  7309. >>122    string    Windows\ self-extracting\ ZIP    \b, %s
  7310. >0x1c    string    RJSX\xff\xff    \b, ARJ SFX
  7311. >0x1c    string    diet\xf9\x9c    \b, diet compressed
  7312. >0x1c    string    LZ09        \b, LZEXE v0.90 compressed
  7313. >0x1c    string    LZ91        \b, LZEXE v0.91 compressed
  7314. >0x1e    string    Copyright\ 1989-1990\ PKWARE\ Inc.    \b, PKSFX
  7315. # JM: 0x1e "PKLITE Copr. 1990-92 PKWARE Inc. All Rights Reserved\7\0\0\0"
  7316. >0x1e    string    PKLITE\ Copr.    \b, %.6s compressed
  7317. >0x24    string    LHa's\ SFX    \b, %.15s
  7318. >0x24    string    LHA's\ SFX    \b, %.15s
  7319. >1638    string    -lh5-        \b, LHa SFX archive v2.13S
  7320. >7195    string    Rar!        \b, RAR self-extracting archive
  7321. #
  7322. # [GRR 950118:  file 3.15 has a buffer-size limitation; offsets bigger than
  7323. #   8161 bytes are ignored.  To make the following entries work, increase
  7324. #   HOWMANY in file.h to 32K at least, and maybe to 70K or more for OS/2,
  7325. #   NT/Win32 and VMS.]
  7326. # [GRR:  some company sells a self-extractor/displayer for image data(!)]
  7327. #
  7328. >11696    string    PK\003\004    \b, PKZIP SFX archive v1.1
  7329. >13297    string    PK\003\004    \b, PKZIP SFX archive v1.93a
  7330. >15588    string    PK\003\004    \b, PKZIP2 SFX archive v1.09
  7331. >15770    string    PK\003\004    \b, PKZIP SFX archive v2.04g
  7332. >28374    string    PK\003\004    \b, PKZIP2 SFX archive v1.02
  7333. #
  7334. # Info-ZIP self-extractors
  7335. #    these are the DOS versions:
  7336. >25115    string    PK\003\004    \b, Info-ZIP SFX archive v5.12
  7337. >26331    string    PK\003\004    \b, Info-ZIP SFX archive v5.12 w/decryption
  7338. #    these are the OS/2 versions (OS/2 is flagged above):
  7339. >47031    string    PK\003\004    \b, Info-ZIP SFX archive v5.12
  7340. >49845    string    PK\003\004    \b, Info-ZIP SFX archive v5.12 w/decryption
  7341. #    this is the NT/Win32 version:
  7342. >69120    string    PK\003\004    \b, Info-ZIP NT SFX archive v5.12 w/decryption
  7343. #
  7344. # TELVOX Teleinformatica CODEC self-extractor for OS/2:
  7345. >49801    string    \x79\xff\x80\xff\x76\xff    \b, CODEC archive v3.21
  7346. >>49824    leshort        =1            \b, 1 file
  7347. >>49824    leshort        >1            \b, %u files
  7348.  
  7349. # .COM formats (Daniel Quinlan, quinlan@yggdrasil.com)
  7350. # Uncommenting only the first two lines will cover about 2/3 of COM files,
  7351. # but it isn't feasible to match all COM files since there must be at least
  7352. # two dozen different one-byte "magics".
  7353. #0    byte        0xe9        MS-DOS executable (COM)
  7354. #>6    string    SFX\ of\ LHarc    (%s)
  7355. #0    byte        0x8c        MS-DOS executable (COM)
  7356. # 0xeb conflicts with "sequent" magic
  7357. #0    byte        0xeb        MS-DOS executable (COM)
  7358. #0    byte        0xb8        MS-DOS executable (COM)
  7359.  
  7360. # miscellaneous formats
  7361. 0    string        LZ        MS-DOS executable (built-in)
  7362. #0    byte        0xf0        MS-DOS program library data
  7363. #
  7364.  
  7365. #
  7366. # Windows Registry files.
  7367. #
  7368. 0    string        regf        Windows NT registry file
  7369. 0    string        CREG        Windows 95 registry file
  7370.  
  7371.  
  7372. # AAF files:
  7373. # <stuartc@rd.bbc.co.uk> Stuart Cunningham
  7374. 0    string    \320\317\021\340\241\261\032\341AAFB\015\000OM\006\016\053\064\001\001\001\377            AAF legacy file using MS Structured Storage
  7375. >30    byte    9        (512B sectors)
  7376. >30    byte    12        (4kB sectors)
  7377. 0    string    \320\317\021\340\241\261\032\341\001\002\001\015\000\002\000\000\006\016\053\064\003\002\001\001            AAF file using MS Structured Storage
  7378. >30    byte    9        (512B sectors)
  7379. >30    byte    12        (4kB sectors)
  7380.  
  7381. # Popular applications
  7382. 2080    string    Microsoft\ Word\ 6.0\ Document    %s
  7383. 2080    string    Documento\ Microsoft\ Word\ 6 Spanish Microsoft Word 6 document data
  7384. # Pawel Wiecek <coven@i17linuxb.ists.pwr.wroc.pl> (for polish Word)
  7385. 2112    string    MSWordDoc            Microsoft Word document data
  7386. #
  7387. 0    belong    0x31be0000            Microsoft Word Document
  7388. #
  7389. 0       string  PO^Q`                Microsoft Word 6.0 Document
  7390. #
  7391. 0    string    \376\067\0\043            Microsoft Office Document
  7392. 0    string    \320\317\021\340\241\261\032\341    Microsoft Office Document
  7393. 0    string    \333\245-\0\0\0            Microsoft Office Document
  7394. #
  7395. 2080    string    Microsoft\ Excel\ 5.0\ Worksheet    %s
  7396. 2080    string    Foglio\ di\ lavoro\ Microsoft\ Exce    %s
  7397. #
  7398. # Pawel Wiecek <coven@i17linuxb.ists.pwr.wroc.pl> (for polish Excel)
  7399. 2114    string    Biff5        Microsoft Excel 5.0 Worksheet
  7400. # Italian MS-Excel
  7401. 2121    string    Biff5        Microsoft Excel 5.0 Worksheet
  7402. 0    string    \x09\x04\x06\x00\x00\x00\x10\x00    Microsoft Excel Worksheet
  7403. #
  7404. 0    belong    0x00001a00    Lotus 1-2-3
  7405. >4    belong    0x00100400    wk3 document data
  7406. >4    belong    0x02100400    wk4 document data
  7407. >4    belong    0x07800100    fm3 or fmb document data
  7408. >4    belong    0x07800000    fm3 or fmb document data
  7409. #
  7410. 0    belong    0x00000200     Lotus 1-2-3
  7411. >4    belong    0x06040600    wk1 document data
  7412. >4    belong    0x06800200    fmt document data
  7413.  
  7414. # Help files
  7415. 0    string    ?_\3\0        MS Windows Help Data
  7416.  
  7417. #  DeIsL1.isu what this is I don't know
  7418. 0    string    \161\250\000\000\001\002    DeIsL1.isu whatever that is
  7419.  
  7420. # Winamp .avs
  7421. #0    string    Nullsoft\ AVS\ Preset\ \060\056\061\032    A plug in for Winamp ms-windows Freeware media player
  7422. 0    string    Nullsoft\ AVS\ Preset\     Winamp plug in
  7423.  
  7424. # Hyper terminal:
  7425. 0    string    HyperTerminal\     hyperterm
  7426. >15    string    1.0\ --\ HyperTerminal\ data\ file    MS-windows Hyperterminal
  7427.  
  7428. # Windows Metafont .WMF
  7429. 0    string    \327\315\306\232\000\000\000\000\000\000    ms-windows metafont .wmf
  7430.  
  7431. #tz3 files whatever that is (MS Works files)
  7432. 0    string    \003\001\001\004\070\001\000\000    tz3 ms-works file
  7433. 0    string    \003\002\001\004\070\001\000\000    tz3 ms-works file
  7434. 0    string    \003\003\001\004\070\001\000\000    tz3 ms-works file
  7435.  
  7436. # PGP sig files .sig
  7437. #0 string \211\000\077\003\005\000\063\237\127 065 to  \027\266\151\064\005\045\101\233\021\002 PGP sig
  7438. 0 string \211\000\077\003\005\000\063\237\127\065\027\266\151\064\005\045\101\233\021\002 PGP sig
  7439. 0 string \211\000\077\003\005\000\063\237\127\066\027\266\151\064\005\045\101\233\021\002 PGP sig
  7440. 0 string \211\000\077\003\005\000\063\237\127\067\027\266\151\064\005\045\101\233\021\002 PGP sig
  7441. 0 string \211\000\077\003\005\000\063\237\127\070\027\266\151\064\005\045\101\233\021\002 PGP sig
  7442. 0 string \211\000\077\003\005\000\063\237\127\071\027\266\151\064\005\045\101\233\021\002 PGP sig
  7443. 0 string \211\000\225\003\005\000\062\122\207\304\100\345\042 PGP sig
  7444.  
  7445. # windows zips files .dmf
  7446. 0    string    MDIF\032\000\010\000\000\000\372\046\100\175\001\000\001\036\001\000 Ms-windows special zipped file
  7447.  
  7448.  
  7449. # Windows help file FTG FTS
  7450. 0    string    \164\146\115\122\012\000\000\000\001\000\000\000    ms-windows help cache
  7451.  
  7452. # grp old windows 3.1 group files
  7453. 0 string  \120\115\103\103    Ms-windows 3.1 group files
  7454.  
  7455.  
  7456. # lnk files windows symlinks
  7457. 0    string    \114\000\000\000\001\024\002\000\000\000\000\000\300\000\000\000\000\000\000\106    ms-Windows shortcut
  7458.  
  7459. #ico files
  7460. 0    string    \102\101\050\000\000\000\056\000\000\000\000\000\000\000    Icon for ms-windows
  7461.  
  7462. # Windows icons (Ian Springer <ips@fpk.hp.com>)
  7463. 0    string    \000\000\001\000    ms-windows icon resource
  7464. >4    byte    1            - 1 icon
  7465. >4    byte    >1            - %d icons
  7466. >>6    byte    >0            \b, %dx
  7467. >>>7    byte    >0            \b%d
  7468. >>8    byte    0            \b, 256-colors
  7469. >>8    byte    >0            \b, %d-colors
  7470.  
  7471.  
  7472. # .chr files
  7473. 0    string    PK\010\010BGI    Borland font 
  7474. >4    string    >\0    %s
  7475. # then there is a copyright notice
  7476.  
  7477.  
  7478. # .bgi files
  7479. 0    string    pk\010\010BGI    Borland device 
  7480. >4    string    >\0    %s
  7481. # then there is a copyright notice
  7482.  
  7483.  
  7484. # recycled/info the windows trash bin index
  7485. 9    string    \000\000\000\030\001\000\000\000 ms-windows recycled bin info
  7486.  
  7487.  
  7488. ##### put in Either Magic/font or Magic/news
  7489. # Acroread or something  files wrongly identified as G3  .pfm
  7490. # these have the form \000 \001 any? \002 \000 \000
  7491. # or \000 \001 any? \022 \000 \000
  7492. #0    string  \000\001 pfm?
  7493. #>3    string  \022\000\000Copyright\  yes
  7494. #>3    string  \002\000\000Copyright\  yes
  7495. #>3    string  >\0     oops, not a font file. Cancel that.
  7496. #it clashes with ttf files so put it lower down.
  7497.  
  7498. # From Doug Lee via a FreeBSD pr
  7499. 9    string        GERBILDOC    First Choice document
  7500. 9    string        GERBILDB    First Choice database
  7501. 9    string        GERBILCLIP    First Choice database
  7502. 0    string        GERBIL        First Choice device file
  7503. 9    string        RABBITGRAPH    RabbitGraph file
  7504. 0    string        DCU1        Borland Delphi .DCU file
  7505. 0    string        !<spell>    MKS Spell hash list (old format)
  7506. 0    string        !<spell2>    MKS Spell hash list
  7507. # Too simple - MPi
  7508. #0    string        AH        Halo(TM) bitmapped font file
  7509. 0    lelong        0x08086b70    TurboC BGI file
  7510. 0    lelong        0x08084b50    TurboC Font file
  7511.  
  7512. # WARNING: below line conflicts with Infocom game data Z-machine 3
  7513. 0    byte        0x03        DBase 3 data file
  7514. >0x04    lelong        0        (no records)
  7515. >0x04    lelong        >0        (%ld records)
  7516. 0    byte        0x83        DBase 3 data file with memo(s)
  7517. >0x04    lelong        0        (no records)
  7518. >0x04    lelong        >0        (%ld records)
  7519. 0    leshort        0x0006        DBase 3 index file
  7520. 0    string        PMCC        Windows 3.x .GRP file
  7521. 1    string        RDC-meg        MegaDots 
  7522. >8    byte        >0x2F        version %c
  7523. >9    byte        >0x2F        \b.%c file
  7524. 0    lelong        0x4C
  7525. >4    lelong        0x00021401    Windows shortcut file
  7526.  
  7527. # DOS EPS Binary File Header
  7528. # From: Ed Sznyter <ews@Black.Market.NET>
  7529. 0    belong        0xC5D0D3C6    DOS EPS Binary File
  7530. >4    long        >0        Postscript starts at byte %d
  7531. >>8    long        >0        length %d
  7532. >>>12    long        >0        Metafile starts at byte %d
  7533. >>>>16    long        >0        length %d
  7534. >>>20    long        >0        TIFF starts at byte %d
  7535. >>>>24    long        >0        length %d
  7536.  
  7537. # TNEF magic From "Joomy" <joomy@se-ed.net> 
  7538. 0    leshort        0x223e9f78    TNEF
  7539.  
  7540. # HtmlHelp files (.chm)
  7541. 0    string  ITSF\003\000\000\000\x60\000\000\000\001\000\000\000    MS Windows HtmlHelp Data
  7542.  
  7543. # GFA-BASIC (Wolfram Kleff)
  7544. 2    string        GFA-BASIC3    GFA-BASIC 3 data
  7545.  
  7546. # DJGPP compiled files
  7547. # v >2, uses DPMI & small(2k) stub (Robert vd Boon, rjvdboon@europe.com)
  7548. 0x200    string        go32stub    DOS-executable compiled w/DJGPP
  7549. >0x20c    string        >0        (stub v%.4s)
  7550. >>0x8b2    string        djp        [compressed w/%s
  7551. >>>&1    string        >\0        %.4s]
  7552. >>0x8ad    string        UPX        [compressed w/%s
  7553. >>>&1    string        >\0        %.4s]
  7554. >>0x1c    string        pmodedj        stubbed with %s
  7555.  
  7556. #------------------------------------------------------------------------------
  7557. # From Stuart Caie <kyzer@4u.net> (developer of cabextract)
  7558. # Microsoft Cabinet files
  7559. 0    string        MSCF\0\0\0\0    Microsoft Cabinet file
  7560. >8    lelong        x        \b, %u bytes
  7561. >28    leshort        1        \b, 1 file
  7562. >28    leshort        >1        \b, %u files
  7563.  
  7564. # InstallShield Cabinet files
  7565. 0    string        ISc(        InstallShield Cabinet file
  7566. >5    byte&0xf0    =0x60         version 6,
  7567. >5    byte&0xf0    !0x60         version 4/5,
  7568. >(12.l+40)    lelong    x        %u files
  7569.  
  7570. # Windows CE package files
  7571. 0    string        MSCE\0\0\0\0    Microsoft WinCE install header
  7572. >20    lelong        0        \b, architecture-independent
  7573. >20    lelong        103        \b, Hitachi SH3
  7574. >20    lelong        104        \b, Hitachi SH4
  7575. >20    lelong        0xA11        \b, StrongARM
  7576. >20    lelong        4000        \b, MIPS R4000
  7577. >20    lelong        10003        \b, Hitachi SH3
  7578. >20    lelong        10004        \b, Hitachi SH3E
  7579. >20    lelong        10005        \b, Hitachi SH4
  7580. >20    lelong        70001        \b, ARM 7TDMI
  7581. >52    leshort        1         \b, 1 file
  7582. >52    leshort        >1         \b, %u files
  7583. >56    leshort        1         \b, 1 registry entry
  7584. >56    leshort        >1         \b, %u registry entries
  7585.  
  7586. # Outlook Personal Folders
  7587. 0    lelong    0x4E444221    Microsoft Outlook binary email folder
  7588.  
  7589. # From: Dirk Jagdmann <doj@cubic.org>
  7590. 0    lelong    0x00035f3f    Windows 3.x help file
  7591.  
  7592. # Christophe Monniez
  7593. 0    string    Client\ UrlCache\ MMF     Microsoft Internet Explorer Cache File
  7594. >20    string    >\0            Version %s
  7595. 0    string    \xCF\xAD\x12\xFE    Microsoft Outlook Express DBX File
  7596. >4    byte    =0xC5            Message database
  7597. >4    byte    =0xC6            Folder database
  7598. >4    byte    =0xC7            Accounts informations
  7599. >4    byte    =0x30            Offline database
  7600.  
  7601.  
  7602. # Windows Enhanced Metafile (EMF)
  7603. # See msdn.microsoft.com/archive/en-us/dnargdi/html/msdn_enhmeta.asp 
  7604. # for further information. Note that "0 lelong 1" should be true i.e.
  7605. # the first double word in the file should be 1. With the extended
  7606. # syntax available by some file commands you could write:
  7607. # 0 lelong 1
  7608. # &40 ulelong 0x464D4520 Windows Enhanced Metafile (EMF) image data
  7609. 40    ulelong 0x464D4520    Windows Enhanced Metafile (EMF) image data
  7610. >44    ulelong x        version 0x%x.
  7611. # If the description has a length greater than zero, it exists and is 
  7612. # found at offset (*64).
  7613. >64    ulelong >0        Description available at offset 0x%x
  7614. >>60    ulelong    >0        (length 0x%x)
  7615. # Note it would be better to print out the description, which is found 
  7616. # as below. Unfortunately the following only prints out the first couple
  7617. # of characters instead of all the "description length"
  7618. # number of characters -- indicated by the ulelong at offset 60.
  7619. >>(64.l)  lestring16 >0 Description: %15.15s
  7620.  
  7621. #------------------------------------------------------------------------------
  7622. # msvc:  file(1) magic for msvc
  7623. # "H. Nanosecond" <aldomel@ix.netcom.com>
  7624. # Microsoft visual C
  7625. # I have version 1.0
  7626.  
  7627. # .aps
  7628. 0    string    HWB\000\377\001\000\000\000    Microsoft Visual C .APS file
  7629.  
  7630. # .ide
  7631. #too long 0    string    \102\157\162\154\141\156\144\040\103\053\053\040\120\162\157\152\145\143\164\040\106\151\154\145\012\000\032\000\002\000\262\000\272\276\372\316    MSVC .ide
  7632. 0    string    \102\157\162\154\141\156\144\040\103\053\053\040\120\162\157    MSVC .ide
  7633.  
  7634. # .res
  7635. 0    string    \000\000\000\000\040\000\000\000\377    MSVC .res
  7636. 0    string    \377\003\000\377\001\000\020\020\350    MSVC .res
  7637. 0    string    \377\003\000\377\001\000\060\020\350    MSVC .res
  7638.  
  7639. #.lib
  7640. 0    string    \360\015\000\000    Microsoft Visual C library
  7641. 0    string    \360\075\000\000    Microsoft Visual C library
  7642. 0    string    \360\175\000\000    Microsoft Visual C library
  7643.  
  7644. #.pch
  7645. 0    string    DTJPCH0\000\022\103\006\200    Microsoft Visual C .pch
  7646.  
  7647. # .pdb
  7648. # too long 0    string    Microsoft\ C/C++\ program\ database\ 
  7649. 0    string    Microsoft\ C/C++\     MSVC program database
  7650. >18    string    program\ database\     
  7651. >33    string    >\0    ver %s
  7652.  
  7653. #.sbr
  7654. 0    string    \000\002\000\007\000    MSVC .sbr
  7655. >5    string     >\0    %s
  7656.  
  7657. #.bsc
  7658. 0    string    \002\000\002\001    MSVC .bsc
  7659.  
  7660. #.wsp
  7661. 0    string    1.00\ .0000.0000\000\003    MSVC .wsp version 1.0000.0000
  7662. # these seem to start with the version and contain menus
  7663.  
  7664. #-----------------------------------------------------------------------------
  7665. # natinst:  file(1) magic for National Instruments Code Files
  7666.  
  7667. #
  7668. # From <egamez@fcfm.buap.mx> Enrique Gßmez-Flores
  7669. # version 1
  7670. # Many formats still missing, we use, for the moment LabVIEW
  7671. # We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing
  7672. #
  7673. 0       string          RSRC            National Instruments,
  7674. # Check if it's a LabVIEW File
  7675. >8      string          LV              LabVIEW File,
  7676. # Check wich kind of file is
  7677. >>10    string          SB              Code Resource File, data
  7678. >>10    string          IN              Virtual Instrument Program, data
  7679. >>10    string          AR              VI Library, data
  7680. # This is for Menu Libraries
  7681. >8      string          LMNULBVW        Portable File Names, data
  7682. # This is for General Resources
  7683. >8      string          rsc             Resources File, data
  7684. # This is for VXI Package
  7685. 0       string          VMAP            National Instruments, VXI File, data
  7686.  
  7687. #------------------------------------------------------------------------------
  7688. # ncr:  file(1) magic for NCR Tower objects
  7689. #
  7690. # contributed by
  7691. # Michael R. Wayne  ***  TMC & Associates  ***  INTERNET: wayne@ford-vax.arpa
  7692. # uucp: {philabs | pyramid} !fmsrl7!wayne   OR   wayne@fmsrl7.UUCP
  7693. #
  7694. 0    beshort        000610    Tower/XP rel 2 object
  7695. >12       belong        >0    not stripped
  7696. >20       beshort        0407    executable
  7697. >20       beshort        0410    pure executable
  7698. >22       beshort        >0    - version %ld
  7699. 0    beshort        000615    Tower/XP rel 2 object
  7700. >12       belong        >0    not stripped
  7701. >20       beshort        0407    executable
  7702. >20       beshort        0410    pure executable
  7703. >22       beshort        >0    - version %ld
  7704. 0    beshort        000620    Tower/XP rel 3 object
  7705. >12       belong        >0    not stripped
  7706. >20       beshort        0407    executable
  7707. >20       beshort        0410    pure executable
  7708. >22       beshort        >0    - version %ld
  7709. 0    beshort        000625    Tower/XP rel 3 object
  7710. >12       belong        >0    not stripped
  7711. >20       beshort        0407    executable
  7712. >20       beshort        0410    pure executable
  7713. >22       beshort        >0    - version %ld
  7714. 0    beshort        000630    Tower32/600/400 68020 object
  7715. >12       belong        >0    not stripped
  7716. >20       beshort        0407    executable
  7717. >20       beshort        0410    pure executable
  7718. >22       beshort        >0    - version %ld
  7719. 0    beshort        000640    Tower32/800 68020
  7720. >18       beshort        &020000    w/68881 object
  7721. >18       beshort        &040000    compatible object
  7722. >18       beshort        &~060000    object
  7723. >20       beshort        0407    executable
  7724. >20       beshort        0413    pure executable
  7725. >12       belong        >0    not stripped
  7726. >22       beshort        >0    - version %ld
  7727. 0    beshort        000645    Tower32/800 68010
  7728. >18       beshort        &040000    compatible object
  7729. >18       beshort        &~060000 object
  7730. >20       beshort        0407    executable
  7731. >20       beshort        0413    pure executable
  7732. >12       belong        >0    not stripped
  7733. >22       beshort        >0    - version %ld
  7734.  
  7735. #------------------------------------------------------------------------------
  7736. # netbsd:  file(1) magic for NetBSD objects
  7737. #
  7738. # All new-style magic numbers are in network byte order.
  7739. #
  7740.  
  7741. 0    lelong            000000407    a.out NetBSD little-endian object file
  7742. >16    lelong            >0        not stripped
  7743. 0    belong            000000407    a.out NetBSD big-endian object file
  7744. >16    belong            >0        not stripped
  7745.  
  7746. 0    belong&0377777777    041400413    a.out NetBSD/i386 demand paged
  7747. >0    byte            &0x80        
  7748. >>20    lelong            <4096        shared library
  7749. >>20    lelong            =4096        dynamically linked executable
  7750. >>20    lelong            >4096        dynamically linked executable
  7751. >0    byte            ^0x80        executable
  7752. >16    lelong            >0        not stripped
  7753. 0    belong&0377777777    041400410    a.out NetBSD/i386 pure
  7754. >0    byte            &0x80        dynamically linked executable
  7755. >0    byte            ^0x80        executable
  7756. >16    lelong            >0        not stripped
  7757. 0    belong&0377777777    041400407    a.out NetBSD/i386
  7758. >0    byte            &0x80        dynamically linked executable
  7759. >0    byte            ^0x80
  7760. >>0    byte            &0x40        position independent
  7761. >>20    lelong            !0        executable
  7762. >>20    lelong            =0        object file
  7763. >16    lelong            >0        not stripped
  7764. 0    belong&0377777777    041400507    a.out NetBSD/i386 core
  7765. >12    string            >\0        from '%s'
  7766. >32    lelong            !0        (signal %d)
  7767.  
  7768. 0    belong&0377777777    041600413    a.out NetBSD/m68k demand paged
  7769. >0    byte            &0x80        
  7770. >>20    belong            <8192        shared library
  7771. >>20    belong            =8192        dynamically linked executable
  7772. >>20    belong            >8192        dynamically linked executable
  7773. >0    byte            ^0x80        executable
  7774. >16    belong            >0        not stripped
  7775. 0    belong&0377777777    041600410    a.out NetBSD/m68k pure
  7776. >0    byte            &0x80        dynamically linked executable
  7777. >0    byte            ^0x80        executable
  7778. >16    belong            >0        not stripped
  7779. 0    belong&0377777777    041600407    a.out NetBSD/m68k
  7780. >0    byte            &0x80        dynamically linked executable
  7781. >0    byte            ^0x80
  7782. >>0    byte            &0x40        position independent
  7783. >>20    belong            !0        executable
  7784. >>20    belong            =0        object file
  7785. >16    belong            >0        not stripped
  7786. 0    belong&0377777777    041600507    a.out NetBSD/m68k core
  7787. >12    string            >\0        from '%s'
  7788. >32    belong            !0        (signal %d)
  7789.  
  7790. 0    belong&0377777777    042000413    a.out NetBSD/m68k4k demand paged
  7791. >0    byte            &0x80        
  7792. >>20    belong            <4096        shared library
  7793. >>20    belong            =4096        dynamically linked executable
  7794. >>20    belong            >4096        dynamically linked executable
  7795. >0    byte            ^0x80        executable
  7796. >16    belong            >0        not stripped
  7797. 0    belong&0377777777    042000410    a.out NetBSD/m68k4k pure
  7798. >0    byte            &0x80        dynamically linked executable
  7799. >0    byte            ^0x80        executable
  7800. >16    belong            >0        not stripped
  7801. 0    belong&0377777777    042000407    a.out NetBSD/m68k4k
  7802. >0    byte            &0x80        dynamically linked executable
  7803. >0    byte            ^0x80
  7804. >>0    byte            &0x40        position independent
  7805. >>20    belong            !0        executable
  7806. >>20    belong            =0        object file
  7807. >16    belong            >0        not stripped
  7808. 0    belong&0377777777    042000507    a.out NetBSD/m68k4k core
  7809. >12    string            >\0        from '%s'
  7810. >32    belong            !0        (signal %d)
  7811.  
  7812. 0    belong&0377777777    042200413    a.out NetBSD/ns32532 demand paged
  7813. >0    byte            &0x80        
  7814. >>20    lelong            <4096        shared library
  7815. >>20    lelong            =4096        dynamically linked executable
  7816. >>20    lelong            >4096        dynamically linked executable
  7817. >0    byte            ^0x80        executable
  7818. >16    lelong            >0        not stripped
  7819. 0    belong&0377777777    042200410    a.out NetBSD/ns32532 pure
  7820. >0    byte            &0x80        dynamically linked executable
  7821. >0    byte            ^0x80        executable
  7822. >16    lelong            >0        not stripped
  7823. 0    belong&0377777777    042200407    a.out NetBSD/ns32532
  7824. >0    byte            &0x80        dynamically linked executable
  7825. >0    byte            ^0x80
  7826. >>0    byte            &0x40        position independent
  7827. >>20    lelong            !0        executable
  7828. >>20    lelong            =0        object file
  7829. >16    lelong            >0        not stripped
  7830. 0    belong&0377777777    042200507    a.out NetBSD/ns32532 core
  7831. >12    string            >\0        from '%s'
  7832. >32    lelong            !0        (signal %d)
  7833.  
  7834. 0    belong&0377777777    045200507    a.out NetBSD/powerpc core
  7835. >12    string            >\0        from '%s'
  7836.  
  7837. 0    belong&0377777777    042400413    a.out NetBSD/sparc demand paged
  7838. >0    byte            &0x80        
  7839. >>20    belong            <8192        shared library
  7840. >>20    belong            =8192        dynamically linked executable
  7841. >>20    belong            >8192        dynamically linked executable
  7842. >0    byte            ^0x80        executable
  7843. >16    belong            >0        not stripped
  7844. 0    belong&0377777777    042400410    a.out NetBSD/sparc pure
  7845. >0    byte            &0x80        dynamically linked executable
  7846. >0    byte            ^0x80        executable
  7847. >16    belong            >0        not stripped
  7848. 0    belong&0377777777    042400407    a.out NetBSD/sparc
  7849. >0    byte            &0x80        dynamically linked executable
  7850. >0    byte            ^0x80
  7851. >>0    byte            &0x40        position independent
  7852. >>20    belong            !0        executable
  7853. >>20    belong            =0        object file
  7854. >16    belong            >0        not stripped
  7855. 0    belong&0377777777    042400507    a.out NetBSD/sparc core
  7856. >12    string            >\0        from '%s'
  7857. >32    belong            !0        (signal %d)
  7858.  
  7859. 0    belong&0377777777    042600413    a.out NetBSD/pmax demand paged
  7860. >0    byte            &0x80        
  7861. >>20    lelong            <4096        shared library
  7862. >>20    lelong            =4096        dynamically linked executable
  7863. >>20    lelong            >4096        dynamically linked executable
  7864. >0    byte            ^0x80        executable
  7865. >16    lelong            >0        not stripped
  7866. 0    belong&0377777777    042600410    a.out NetBSD/pmax pure
  7867. >0    byte            &0x80        dynamically linked executable
  7868. >0    byte            ^0x80        executable
  7869. >16    lelong            >0        not stripped
  7870. 0    belong&0377777777    042600407    a.out NetBSD/pmax
  7871. >0    byte            &0x80        dynamically linked executable
  7872. >0    byte            ^0x80
  7873. >>0    byte            &0x40        position independent
  7874. >>20    lelong            !0        executable
  7875. >>20    lelong            =0        object file
  7876. >16    lelong            >0        not stripped
  7877. 0    belong&0377777777    042600507    a.out NetBSD/pmax core
  7878. >12    string            >\0        from '%s'
  7879. >32    lelong            !0        (signal %d)
  7880.  
  7881. 0    belong&0377777777    043000413    a.out NetBSD/vax 1k demand paged
  7882. >0    byte            &0x80        
  7883. >>20    lelong            <4096        shared library
  7884. >>20    lelong            =4096        dynamically linked executable
  7885. >>20    lelong            >4096        dynamically linked executable
  7886. >0    byte            ^0x80        executable
  7887. >16    lelong            >0        not stripped
  7888. 0    belong&0377777777    043000410    a.out NetBSD/vax 1k pure
  7889. >0    byte            &0x80        dynamically linked executable
  7890. >0    byte            ^0x80        executable
  7891. >16    lelong            >0        not stripped
  7892. 0    belong&0377777777    043000407    a.out NetBSD/vax 1k
  7893. >0    byte            &0x80        dynamically linked executable
  7894. >0    byte            ^0x80
  7895. >>0    byte            &0x40        position independent
  7896. >>20    lelong            !0        executable
  7897. >>20    lelong            =0        object file
  7898. >16    lelong            >0        not stripped
  7899. 0    belong&0377777777    043000507    a.out NetBSD/vax 1k core
  7900. >12    string            >\0        from '%s'
  7901. >32    lelong            !0        (signal %d)
  7902.  
  7903. 0    belong&0377777777    045400413    a.out NetBSD/vax 4k demand paged
  7904. >0    byte            &0x80        
  7905. >>20    lelong            <4096        shared library
  7906. >>20    lelong            =4096        dynamically linked executable
  7907. >>20    lelong            >4096        dynamically linked executable
  7908. >0    byte            ^0x80        executable
  7909. >16    lelong            >0        not stripped
  7910. 0    belong&0377777777    045400410    a.out NetBSD/vax 4k pure
  7911. >0    byte            &0x80        dynamically linked executable
  7912. >0    byte            ^0x80        executable
  7913. >16    lelong            >0        not stripped
  7914. 0    belong&0377777777    045400407    a.out NetBSD/vax 4k
  7915. >0    byte            &0x80        dynamically linked executable
  7916. >0    byte            ^0x80
  7917. >>0    byte            &0x40        position independent
  7918. >>20    lelong            !0        executable
  7919. >>20    lelong            =0        object file
  7920. >16    lelong            >0        not stripped
  7921. 0    belong&0377777777    045400507    a.out NetBSD/vax 4k core
  7922. >12    string            >\0        from '%s'
  7923. >32    lelong            !0        (signal %d)
  7924.  
  7925. # NetBSD/alpha does not support (and has never supported) a.out objects,
  7926. # so no rules are provided for them.  NetBSD/alpha ELF objects are 
  7927. # dealt with in "elf".
  7928. 0    lelong        0x00070185        ECOFF NetBSD/alpha binary
  7929. >10    leshort        0x0001            not stripped
  7930. >10    leshort        0x0000            stripped
  7931. 0    belong&0377777777    043200507    a.out NetBSD/alpha core
  7932. >12    string            >\0        from '%s'
  7933. >32    lelong            !0        (signal %d)
  7934.  
  7935. 0    belong&0377777777    043400413    a.out NetBSD/mips demand paged
  7936. >0    byte            &0x80        
  7937. >>20    belong            <8192        shared library
  7938. >>20    belong            =8192        dynamically linked executable
  7939. >>20    belong            >8192        dynamically linked executable
  7940. >0    byte            ^0x80        executable
  7941. >16    belong            >0        not stripped
  7942. 0    belong&0377777777    043400410    a.out NetBSD/mips pure
  7943. >0    byte            &0x80        dynamically linked executable
  7944. >0    byte            ^0x80        executable
  7945. >16    belong            >0        not stripped
  7946. 0    belong&0377777777    043400407    a.out NetBSD/mips
  7947. >0    byte            &0x80        dynamically linked executable
  7948. >0    byte            ^0x80
  7949. >>0    byte            &0x40        position independent
  7950. >>20    belong            !0        executable
  7951. >>20    belong            =0        object file
  7952. >16    belong            >0        not stripped
  7953. 0    belong&0377777777    043400507    a.out NetBSD/mips core
  7954. >12    string            >\0        from '%s'
  7955. >32    belong            !0        (signal %d)
  7956.  
  7957. 0    belong&0377777777    043600413    a.out NetBSD/arm32 demand paged
  7958. >0    byte            &0x80
  7959. >>20    lelong            <4096        shared library
  7960. >>20    lelong            =4096        dynamically linked executable
  7961. >>20    lelong            >4096        dynamically linked executable
  7962. >0    byte            ^0x80        executable
  7963. >16    lelong            >0        not stripped
  7964. 0    belong&0377777777    043600410    a.out NetBSD/arm32 pure
  7965. >0    byte            &0x80        dynamically linked executable
  7966. >0    byte            ^0x80        executable
  7967. >16    lelong            >0        not stripped
  7968. 0    belong&0377777777    043600407    a.out NetBSD/arm32
  7969. >0    byte            &0x80        dynamically linked executable
  7970. >0    byte            ^0x80
  7971. >>0    byte            &0x40        position independent
  7972. >>20    lelong            !0        executable
  7973. >>20    lelong            =0        object file
  7974. >16    lelong            >0        not stripped
  7975. # NetBSD/arm26 has always used ELF objects, but it shares a core file
  7976. # format with NetBSD/arm32.
  7977. 0    belong&0377777777    043600507    a.out NetBSD/arm core
  7978. >12    string            >\0        from '%s'
  7979. >32    lelong            !0        (signal %d)
  7980.  
  7981. #------------------------------------------------------------------------------
  7982. # netscape:  file(1) magic for Netscape files
  7983. # "H. Nanosecond" <aldomel@ix.netcom.com>
  7984. # version 3 and 4 I think
  7985. #
  7986.  
  7987. # Netscape Address book  .nab
  7988. 0    string \000\017\102\104\000\000\000\000\000\000\001\000\000\000\000\002\000\000\000\002\000\000\004\000 Netscape Address book
  7989.  
  7990. # Netscape Communicator address book
  7991. 0   string   \000\017\102\111 Netscape Communicator address book
  7992.  
  7993. # .snm Caches
  7994. 0    string        #\ Netscape\ folder\ cache    Netscape folder cache
  7995. 0    string    \000\036\204\220\000    Netscape folder cache
  7996. # .n2p 
  7997. # Net 2 Phone 
  7998. #0    string    123\130\071\066\061\071\071\071\060\070\061\060\061\063\060
  7999. 0    string    SX961999    Net2phone
  8000.  
  8001. #
  8002. #This is files ending in .art, FIXME add more rules
  8003. 0       string          JG\004\016\0\0\0\0      ART
  8004.  
  8005. #------------------------------------------------------------------------------
  8006. # news:  file(1) magic for SunOS NeWS fonts (not "news" as in "netnews")
  8007. #
  8008. 0    string        StartFontMetrics    ASCII font metrics
  8009. 0    string        StartFont    ASCII font bits
  8010. 0    belong        0x137A2944    NeWS bitmap font
  8011. 0    belong        0x137A2947    NeWS font family
  8012. 0    belong        0x137A2950    scalable OpenFont binary
  8013. 0    belong        0x137A2951    encrypted scalable OpenFont binary
  8014. 8    belong        0x137A2B45    X11/NeWS bitmap font
  8015. 8    belong        0x137A2B48    X11/NeWS font family
  8016. #------------------------------------------------------------------------------
  8017. # nitpicker:  file(1) magic for Flowfiles.
  8018. # From: Christian Jachmann <C.Jachmann@gmx.net> http://www.nitpicker.de
  8019. 0    string    NPFF    NItpicker Flow File 
  8020. >4    byte    x    V%d.
  8021. >5    byte    x    %d
  8022. >6    bedate    x    started: %s
  8023. >10    bedate    x    stopped: %s
  8024. >14    belong    x    Bytes: %u
  8025. >18    belong    x    Bytes1: %u
  8026. >22    belong    x    Flows: %u
  8027. >26    belong    x    Pkts: %u
  8028.  
  8029. #------------------------------------------------------------------------------
  8030. # ocaml: file(1) magic for Objective Caml files.
  8031. 0    string    Caml1999    Objective caml
  8032. >8    string    X        exec file
  8033. >8    string    I        interface file (.cmi)
  8034. >8    string    O        object file (.cmo)
  8035. >8    string    A        library file (.cma)
  8036. >8    string    Y        native object file (.cmx)
  8037. >8    string    Z        native library file (.cmxa)
  8038. >8    string    M        abstract syntax tree implementation file
  8039. >8    string    N        abstract syntax tree interface file
  8040. >9    string    >\0        (Version %3.3s).
  8041. #------------------------------------------------------------------------------
  8042. # octave binary data file(1) magic, from Dirk Eddelbuettel <edd@debian.org>
  8043. 0    string        Octave-1-L    Octave binary data (little endian)
  8044. 0    string        Octave-1-B    Octave binary data (big endian)
  8045.  
  8046. #------------------------------------------------------------------------------
  8047. # olf:  file(1) magic for OLF executables
  8048. #
  8049. # We have to check the byte order flag to see what byte order all the
  8050. # other stuff in the header is in.
  8051. #
  8052. # MIPS R3000 may also be for MIPS R2000.
  8053. # What're the correct byte orders for the nCUBE and the Fujitsu VPP500?
  8054. #
  8055. # Created by Erik Theisen <etheisen@openbsd.org>
  8056. # Based on elf from Daniel Quinlan <quinlan@yggdrasil.com>
  8057. 0    string        \177OLF        OLF
  8058. >4    byte        0        invalid class
  8059. >4    byte        1        32-bit
  8060. >4    byte        2        64-bit
  8061. >7    byte        0        invalid os
  8062. >7    byte        1        OpenBSD
  8063. >7    byte        2        NetBSD
  8064. >7    byte        3        FreeBSD
  8065. >7    byte        4        4.4BSD
  8066. >7    byte        5        Linux
  8067. >7    byte        6        SVR4
  8068. >7    byte        7        esix
  8069. >7    byte        8        Solaris
  8070. >7    byte        9        Irix
  8071. >7    byte        10        SCO
  8072. >7    byte        11        Dell
  8073. >7    byte        12        NCR
  8074. >5    byte        0        invalid byte order
  8075. >5    byte        1        LSB
  8076. >>16    leshort        0        no file type,
  8077. >>16    leshort        1        relocatable,
  8078. >>16    leshort        2        executable,
  8079. >>16    leshort        3        shared object,
  8080. # Core handling from Peter Tobias <tobias@server.et-inf.fho-emden.de>
  8081. # corrections by Christian 'Dr. Disk' Hechelmann <drdisk@ds9.au.s.shuttle.de>
  8082. >>16    leshort        4        core file
  8083. >>>(0x38+0xcc) string    >\0        of '%s'
  8084. >>>(0x38+0x10) lelong    >0        (signal %d),
  8085. >>16    leshort        &0xff00        processor-specific,
  8086. >>18    leshort        0        no machine,
  8087. >>18    leshort        1        AT&T WE32100 - invalid byte order,
  8088. >>18    leshort        2        SPARC - invalid byte order,
  8089. >>18    leshort        3        Intel 80386,
  8090. >>18    leshort        4        Motorola 68000 - invalid byte order,
  8091. >>18    leshort        5        Motorola 88000 - invalid byte order,
  8092. >>18    leshort        6        Intel 80486,
  8093. >>18    leshort        7        Intel 80860,
  8094. >>18    leshort        8        MIPS R3000_BE - invalid byte order,
  8095. >>18    leshort        9        Amdahl - invalid byte order,
  8096. >>18    leshort        10        MIPS R3000_LE,
  8097. >>18    leshort        11        RS6000 - invalid byte order,
  8098. >>18    leshort        15        PA-RISC - invalid byte order,
  8099. >>18    leshort        16        nCUBE,
  8100. >>18    leshort        17        VPP500,
  8101. >>18    leshort        18        SPARC32PLUS,
  8102. >>18    leshort        20        PowerPC,
  8103. >>18    leshort        0x9026        Alpha,
  8104. >>20    lelong        0        invalid version
  8105. >>20    lelong        1        version 1
  8106. >>36    lelong        1        MathCoPro/FPU/MAU Required
  8107. >8    string        >\0        (%s)
  8108. >5    byte        2        MSB
  8109. >>16    beshort        0        no file type,
  8110. >>16    beshort        1        relocatable,
  8111. >>16    beshort        2        executable,
  8112. >>16    beshort        3        shared object,
  8113. >>16    beshort        4        core file,
  8114. >>>(0x38+0xcc) string    >\0        of '%s'
  8115. >>>(0x38+0x10) belong    >0        (signal %d),
  8116. >>16    beshort        &0xff00        processor-specific,
  8117. >>18    beshort        0        no machine,
  8118. >>18    beshort        1        AT&T WE32100,
  8119. >>18    beshort        2        SPARC,
  8120. >>18    beshort        3        Intel 80386 - invalid byte order,
  8121. >>18    beshort        4        Motorola 68000,
  8122. >>18    beshort        5        Motorola 88000,
  8123. >>18    beshort        6        Intel 80486 - invalid byte order,
  8124. >>18    beshort        7        Intel 80860,
  8125. >>18    beshort        8        MIPS R3000_BE,
  8126. >>18    beshort        9        Amdahl,
  8127. >>18    beshort        10        MIPS R3000_LE - invalid byte order,
  8128. >>18    beshort        11        RS6000,
  8129. >>18    beshort        15        PA-RISC,
  8130. >>18    beshort        16        nCUBE,
  8131. >>18    beshort        17        VPP500,
  8132. >>18    beshort        18        SPARC32PLUS,
  8133. >>18    beshort        20        PowerPC or cisco 4500,
  8134. >>18    beshort        21        cisco 7500,
  8135. >>18    beshort        24        cisco SVIP,
  8136. >>18    beshort        25        cisco 7200,
  8137. >>18    beshort        36        cisco 12000,
  8138. >>18    beshort        0x9026        Alpha,
  8139. >>20    belong        0        invalid version
  8140. >>20    belong        1        version 1
  8141. >>36    belong        1        MathCoPro/FPU/MAU Required
  8142.  
  8143. #------------------------------------------------------------------------------
  8144. # os2:  file(1) magic for OS/2 files
  8145. #
  8146.  
  8147. # Provided 1998/08/22 by
  8148. # David Mediavilla <davidme.news@REMOVEIFNOTSPAMusa.net>
  8149. 1    string    InternetShortcut    MS Windows 95 Internet shortcut text
  8150. >24    string    >\            (URL=<%s>)
  8151.  
  8152. # OS/2 URL objects
  8153. # Provided 1998/08/22 by
  8154. # David Mediavilla <davidme.news@REMOVEIFNOTSPAMusa.net>
  8155. #0    string    http:            OS/2 URL object text
  8156. #>5    string    >\            (WWW) <http:%s>
  8157. #0    string    mailto:            OS/2 URL object text
  8158. #>7    string    >\            (email) <%s>
  8159. #0    string    news:            OS/2 URL object text
  8160. #>5    string    >\            (Usenet) <%s>
  8161. #0    string    ftp:            OS/2 URL object text
  8162. #>4    string    >\            (FTP) <ftp:%s>
  8163. #0    string    file:            OS/2 URL object text
  8164. #>5    string    >\            (Local file) <%s>
  8165.  
  8166. # >>>>> OS/2 INF/HLP <<<<<  (source: Daniel Dissett ddissett@netcom.com)
  8167. # Carl Hauser (chauser.parc@xerox.com) and 
  8168. # Marcus Groeber (marcusg@ph-cip.uni-koeln.de)
  8169. # list the following header format in inf02a.doc:
  8170. #
  8171. #  int16 ID;           // ID magic word (5348h = "HS")
  8172. #  int8  unknown1;     // unknown purpose, could be third letter of ID
  8173. #  int8  flags;        // probably a flag word...
  8174. #                      //  bit 0: set if INF style file
  8175. #                      //  bit 4: set if HLP style file
  8176. #                      // patching this byte allows reading HLP files
  8177. #                      // using the VIEW command, while help files 
  8178. #                      // seem to work with INF settings here as well.
  8179. #  int16 hdrsize;      // total size of header
  8180. #  int16 unknown2;     // unknown purpose
  8181. 0   string  HSP\x01\x9b\x00 OS/2 INF
  8182. >107 string >0                      (%s)
  8183. 0   string  HSP\x10\x9b\x00     OS/2 HLP
  8184. >107 string >0                      (%s)
  8185.  
  8186. # OS/2 INI (this is a guess)
  8187. 0  string   \xff\xff\xff\xff\x14\0\0\0  OS/2 INI
  8188. #
  8189. # Copyright (c) 1996 Ignatios Souvatzis. All rights reserved.
  8190. #
  8191. # Redistribution and use in source and binary forms, with or without
  8192. # modification, are permitted provided that the following conditions
  8193. # are met:
  8194. # 1. Redistributions of source code must retain the above copyright
  8195. #    notice, this list of conditions and the following disclaimer.
  8196. # 2. Redistributions in binary form must reproduce the above copyright
  8197. #    notice, this list of conditions and the following disclaimer in the
  8198. #    documentation and/or other materials provided with the distribution.
  8199. # 3. All advertising materials mentioning features or use of this software
  8200. #    must display the following acknowledgement:
  8201. #      This product includes software developed by Ignatios Souvatzis for
  8202. #      the NetBSD project.
  8203. # 4. The name of the author may not be used to endorse or promote products
  8204. #    derived from this software without specific prior written permission.
  8205. #
  8206. #
  8207. # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  8208. # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  8209. # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
  8210. # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  8211. # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  8212. # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  8213. # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  8214. # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  8215. # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  8216. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  8217. #
  8218. #
  8219. #
  8220. # OS9/6809 module descriptions:
  8221. #
  8222. 0    beshort        0x87CD    OS9/6809 module:
  8223. #
  8224. >6    byte&0x0f    0x00    non-executable
  8225. >6    byte&0x0f    0x01    machine language
  8226. >6    byte&0x0f    0x02    BASIC I-code
  8227. >6    byte&0x0f    0x03    Pascal P-code
  8228. >6    byte&0x0f    0x04    C I-code
  8229. >6    byte&0x0f    0x05    COBOL I-code
  8230. >6    byte&0x0f    0x06    Fortran I-code
  8231. #
  8232. >6    byte&0xf0    0x10    program executable
  8233. >6    byte&0xf0    0x20    subroutine
  8234. >6    byte&0xf0    0x30    multi-module
  8235. >6    byte&0xf0    0x40    data module
  8236. #
  8237. >6    byte&0xf0    0xC0    system module
  8238. >6    byte&0xf0    0xD0    file manager
  8239. >6    byte&0xf0    0xE0    device driver
  8240. >6    byte&0xf0    0xF0    device descriptor
  8241. #
  8242. # OS9/m68k stuff (to be continued)
  8243. #
  8244. 0    beshort        0x4AFC    OS9/68K module:
  8245. #
  8246. # attr
  8247. >0x14    byte&0x80    0x80    re-entrant
  8248. >0x14    byte&0x40    0x40    ghost
  8249. >0x14    byte&0x20    0x20    system-state
  8250. #
  8251. # lang:
  8252. #
  8253. >0x13    byte        1    machine language
  8254. >0x13    byte        2    BASIC I-code
  8255. >0x13    byte        3    Pascal P-code
  8256. >0x13    byte        4    C I-code
  8257. >0x13    byte        5    COBOL I-code
  8258. >0x13    byte        6    Fortran I-code
  8259. #
  8260. #
  8261. # type:
  8262. #
  8263. >0x12    byte        1    program executable
  8264. >0x12    byte        2    subroutine
  8265. >0x12    byte        3    multi-module
  8266. >0x12    byte        4    data module
  8267. >0x12    byte        11    trap library
  8268. >0x12    byte        12    system module
  8269. >0x12    byte        13    file manager
  8270. >0x12    byte        14    device driver
  8271. >0x12    byte        15    device descriptor
  8272. #
  8273. # Mach magic number info
  8274. #
  8275. 0    long        0xefbe    OSF/Rose object
  8276. # I386 magic number info
  8277. #
  8278. 0    short        0565    i386 COFF object
  8279.  
  8280. #------------------------------------------------------------------------------
  8281. # palm:  file(1) magic for PalmOS {.prc,.pdb}: applications, docfiles, and hacks
  8282. #
  8283. # Brian Lalor <blalor@hcirisc.cs.binghamton.edu>
  8284.  
  8285. # appl
  8286. 60      belong                  0x6170706c      PalmOS application
  8287. >0      string                  >\0             "%s"
  8288. # TEXt
  8289. 60      belong                  0x54455874      AportisDoc file
  8290. >0      string                  >\0             "%s"
  8291. # HACK
  8292. 60      belong                  0x4841434b      HackMaster hack
  8293. >0      string                  >\0             "%s"
  8294.  
  8295. # Variety of PalmOS document types
  8296. # Michael-John Turner <mj@debian.org>
  8297. # Thanks to Hasan Umit Ezerce <humit@tr-net.net.tr> for his DocType
  8298. 60    string                    BVokBDIC    BDicty PalmOS document
  8299. >0    string                  >\0             "%s"
  8300. 60    string                    DB99DBOS    DB PalmOS document
  8301. >0    string                  >\0             "%s"
  8302. 60    string                    vIMGView    FireViewer/ImageViewer PalmOS document
  8303. >0    string                  >\0             "%s"
  8304. 60    string                    PmDBPmDB    HanDBase PalmOS document
  8305. >0    string                  >\0             "%s"
  8306. 60    string                    InfoINDB    InfoView PalmOS document
  8307. >0    string                  >\0             "%s"
  8308. 60    string                    ToGoToGo    iSilo PalmOS document
  8309. >0    string                  >\0             "%s"
  8310. 60    string                    JfDbJBas    JFile PalmOS document
  8311. >0    string                  >\0             "%s"
  8312. 60    string                    JfDbJFil    JFile Pro PalmOS document
  8313. >0    string                  >\0             "%s"
  8314. 60    string                    DATALSdb    List PalmOS document
  8315. >0    string                  >\0             "%s"
  8316. 60    string                    Mdb1Mdb1    MobileDB PalmOS document
  8317. >0    string                  >\0             "%s"
  8318. 60    string                    PNRdPPrs    PeanutPress PalmOS document
  8319. >0    string                  >\0             "%s"
  8320. 60    string                    DataPlkr    Plucker PalmOS document
  8321. >0    string                  >\0             "%s"
  8322. 60    string                    DataSprd    QuickSheet PalmOS document
  8323. >0    string                  >\0             "%s"
  8324. 60    string                    SM01SMem    SuperMemo PalmOS document
  8325. >0    string                  >\0             "%s"
  8326. 60    string                    DataTlPt    TealDoc PalmOS document
  8327. >0    string                  >\0             "%s"
  8328. 60    string                    InfoTlIf    TealInfo PalmOS document
  8329. >0    string                  >\0             "%s"
  8330. 60    string                    DataTlMl    TealMeal PalmOS document
  8331. >0    string                  >\0             "%s"
  8332. 60    string                    DataTlPt    TealPaint PalmOS document
  8333. >0    string                  >\0             "%s"
  8334. 60    string                    dataTDBP    ThinkDB PalmOS document
  8335. >0    string                  >\0             "%s"
  8336. 60    string                    TdatTide    Tides PalmOS document
  8337. >0    string                  >\0             "%s"
  8338. 60    string                    ToRaTRPW    TomeRaider PalmOS document
  8339. >0    string                  >\0             "%s"
  8340.  
  8341. # A GutenPalm zTXT etext for use on Palm Pilots (http://gutenpalm.sf.net)
  8342. # For version 1.xx zTXTs, outputs version and numbers of bookmarks and
  8343. #   annotations.
  8344. # For other versions, just outputs version.
  8345. #
  8346. 60        string        zTXT        A GutenPalm zTXT e-book
  8347. >0        string        >\0        "%s"
  8348. >(0x4E.L)    byte        0
  8349. >>(0x4E.L+1)    byte        x        (v0.%02d)
  8350. >(0x4E.L)    byte        1
  8351. >>(0x4E.L+1)    byte        x        (v1.%02d)
  8352. >>>(0x4E.L+10)    beshort        >0
  8353. >>>>(0x4E.L+10) beshort        <2        - 1 bookmark
  8354. >>>>(0x4E.L+10) beshort        >1        - %d bookmarks
  8355. >>>(0x4E.L+14)    beshort        >0
  8356. >>>>(0x4E.L+14) beshort        <2        - 1 annotation
  8357. >>>>(0x4E.L+14) beshort        >1        - %d annotations
  8358. >(0x4E.L)    byte        >1        (v%d.
  8359. >>(0x4E.L+1)    byte        x        %02d)
  8360.  
  8361. # Palm OS .prc file types
  8362. 60        string        libr        Palm OS dynamic library data
  8363. >0        string        >\0        "%s"
  8364. 60        string        ptch        Palm OS operating system patch data
  8365. >0        string        >\0        "%s"
  8366.  
  8367. # Mobipocket (www.mobipocket.com), donated by Carl Witty
  8368. 60    string                    BOOKMOBI    Mobipocket E-book
  8369. >0    string                  >\0             "%s"
  8370.  
  8371. #------------------------------------------------------------------------------
  8372. #
  8373. # Parix COFF executables
  8374. # From: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
  8375. #
  8376. 0    beshort&0xfff    0xACE    PARIX
  8377. >0    byte&0xf0    0x80    T800
  8378. >0    byte&0xf0    0x90    T9000
  8379. >19    byte&0x02    0x02    executable
  8380. >19    byte&0x02    0x00    object
  8381. >19    byte&0x0c    0x00    not stripped
  8382.  
  8383. #------------------------------------------------------------------------------
  8384. # pbm:  file(1) magic for Portable Bitmap files
  8385. #
  8386. # XXX - byte order?
  8387. #
  8388. 0    short    0x2a17    "compact bitmap" format (Poskanzer)
  8389. #------------------------------------------------------------------------------
  8390. # pdf:  file(1) magic for Portable Document Format
  8391. #
  8392.  
  8393. 0    string        %PDF-        PDF document
  8394. >5    byte        x        \b, version %c
  8395. >7    byte        x        \b.%c
  8396.  
  8397. #------------------------------------------------------------------------------
  8398. # pdp:  file(1) magic for PDP-11 executable/object and APL workspace
  8399. #
  8400. 0    lelong        0101555        PDP-11 single precision APL workspace
  8401. 0    lelong        0101554        PDP-11 double precision APL workspace
  8402. #
  8403. # PDP-11 a.out
  8404. #
  8405. 0    leshort        0407        PDP-11 executable
  8406. >8    leshort        >0        not stripped
  8407. >15    byte        >0        - version %ld
  8408.  
  8409. 0    leshort        0401        PDP-11 UNIX/RT ldp
  8410. 0    leshort        0405        PDP-11 old overlay
  8411.  
  8412. 0    leshort        0410        PDP-11 pure executable
  8413. >8    leshort        >0        not stripped
  8414. >15    byte        >0        - version %ld
  8415.  
  8416. 0    leshort        0411        PDP-11 separate I&D executable
  8417. >8    leshort        >0        not stripped
  8418. >15    byte        >0        - version %ld
  8419.  
  8420. 0    leshort        0437        PDP-11 kernel overlay
  8421.  
  8422. # These last three are derived from 2.11BSD file(1)
  8423. 0    leshort        0413        PDP-11 demand-paged pure executable
  8424. >8    leshort        >0        not stripped
  8425.  
  8426. 0    leshort        0430        PDP-11 overlaid pure executable
  8427. >8    leshort        >0        not stripped
  8428.  
  8429. 0    leshort        0431        PDP-11 overlaid separate executable
  8430. >8    leshort        >0        not stripped
  8431.  
  8432. #------------------------------------------------------------------------------
  8433. # perl:  file(1) magic for Larry Wall's perl language.
  8434. #
  8435. # The ``eval'' line recognizes an outrageously clever hack for USG systems.
  8436. # Keith Waclena <keith@cerberus.uchicago.edu>
  8437. # Send additions to <perl5-porters@perl.org>
  8438. 0    string/b    #!\ /bin/perl            perl script text executable
  8439. 0    string        eval\ "exec\ /bin/perl        perl script text
  8440. 0    string/b    #!\ /usr/bin/perl        perl script text executable
  8441. 0    string        eval\ "exec\ /usr/bin/perl    perl script text
  8442. 0    string/b    #!\ /usr/local/bin/perl        perl script text
  8443. 0    string        eval\ "exec\ /usr/local/bin/perl    perl script text executable
  8444. 0    string        eval\ '(exit\ $?0)'\ &&\ eval\ 'exec    perl script text
  8445.  
  8446. # a couple more, by me
  8447. # XXX: christos matches
  8448. #0    regex        package        Perl5 module source text (via regex)
  8449. 0    string        package        Perl5 module source text
  8450.  
  8451. # Perl Storable data files.
  8452. 0    string    perl-store    perl Storable(v0.6) data
  8453. >4    byte    >0    (net-order %d)
  8454. >>4    byte    &01    (network-ordered)
  8455. >>4    byte    =3    (major 1)
  8456. >>4    byte    =2    (major 1)
  8457.  
  8458. 0    string    pst0    perl Storable(v0.7) data
  8459. >4    byte    >0
  8460. >>4    byte    &01    (network-ordered)
  8461. >>4    byte    =5    (major 2)
  8462. >>4    byte    =4    (major 2)
  8463. >>5    byte    >0    (minor %d)
  8464.  
  8465. #------------------------------------------------------------------------------
  8466. # pgp:  file(1) magic for Pretty Good Privacy
  8467. #
  8468. 0       beshort         0x9900                  PGP key public ring
  8469. 0       beshort         0x9501                  PGP key security ring
  8470. 0       beshort         0x9500                  PGP key security ring
  8471. 0    beshort        0xa600            PGP encrypted data
  8472. 0       string          -----BEGIN\040PGP       PGP armored data
  8473. >15     string          PUBLIC\040KEY\040BLOCK- public key block
  8474. >15     string          MESSAGE-                message
  8475. >15     string          SIGNED\040MESSAGE-      signed message
  8476. >15     string          PGP\040SIGNATURE-       signature
  8477.  
  8478. #------------------------------------------------------------------------------
  8479. # pkgadd:  file(1) magic for SysV R4 PKG Datastreams
  8480. #
  8481. 0       string          #\ PaCkAgE\ DaTaStReAm  pkg Datastream (SVR4)
  8482.  
  8483. #------------------------------------------------------------------------------
  8484. # plan9:  file(1) magic for AT&T Bell Labs' Plan 9 executables
  8485. # From: "Stefan A. Haubenthal" <polluks@web.de>
  8486. #
  8487. 0    belong        0x00000107    Plan 9 executable, Motorola 68k
  8488. 0    belong        0x000001EB    Plan 9 executable, Intel 386
  8489. 0    belong        0x00000247    Plan 9 executable, Intel 960
  8490. 0    belong        0x000002AB    Plan 9 executable, SPARC
  8491. 0    belong        0x00000407    Plan 9 executable, MIPS R3000
  8492. 0    belong        0x0000048B    Plan 9 executable, AT&T DSP 3210
  8493. 0    belong        0x00000517    Plan 9 executable, MIPS R4000 BE
  8494. 0    belong        0x000005AB    Plan 9 executable, AMD 29000
  8495. 0    belong        0x00000647    Plan 9 executable, ARM 7-something
  8496. 0    belong        0x000006EB    Plan 9 executable, PowerPC
  8497. 0    belong        0x00000797    Plan 9 executable, MIPS R4000 LE
  8498. 0    belong        0x0000084B    Plan 9 executable, DEC Alpha
  8499.  
  8500. #------------------------------------------------------------------------------
  8501. # plus5:  file(1) magic for Plus Five's UNIX MUMPS
  8502. #
  8503. # XXX - byte order?  Paging Hokey....
  8504. #
  8505. 0    short        0x259        mumps avl global
  8506. >2    byte        >0        (V%d)
  8507. >6    byte        >0        with %d byte name
  8508. >7    byte        >0        and %d byte data cells
  8509. 0    short        0x25a        mumps blt global
  8510. >2    byte        >0        (V%d)
  8511. >8    short        >0        - %d byte blocks
  8512. >15    byte        0x00        - P/D format
  8513. >15    byte        0x01        - P/K/D format
  8514. >15    byte        0x02        - K/D format
  8515. >15    byte        >0x02        - Bad Flags
  8516.  
  8517. #------------------------------------------------------------------------------
  8518. # printer:  file(1) magic for printer-formatted files
  8519. #
  8520.  
  8521. # PostScript, updated by Daniel Quinlan (quinlan@yggdrasil.com)
  8522. 0    string        %!        PostScript document text
  8523. >2    string        PS-Adobe-    conforming
  8524. >>11    string        >\0        at level %.3s
  8525. >>>15    string        EPS        - type %s
  8526. >>>15    string        Query        - type %s
  8527. >>>15    string        ExitServer    - type %s
  8528. # Some PCs have the annoying habit of adding a ^D as a document separator
  8529. 0    string        \004%!        PostScript document text
  8530. >3    string        PS-Adobe-    conforming
  8531. >>12    string        >\0        at level %.3s
  8532. >>>16    string        EPS        - type %s
  8533. >>>16    string        Query        - type %s
  8534. >>>16    string        ExitServer    - type %s
  8535. 0    string        \033%-12345X%!PS    PostScript document
  8536.  
  8537.  
  8538. # DOS EPS Binary File Header
  8539. # From: Ed Sznyter <ews@Black.Market.NET>
  8540. 0       belong          0xC5D0D3C6      DOS EPS Binary File
  8541. >4      long            >0              Postscript starts at byte %d
  8542. >>8     long            >0              length %d
  8543. >>>12   long            >0              Metafile starts at byte %d
  8544. >>>>16  long            >0              length %d
  8545. >>>20   long            >0              TIFF starts at byte %d
  8546. >>>>24  long            >0              length %d
  8547.  
  8548. # Adobe's PostScript Printer Description (PPD) files
  8549. #       Yves Arrouye <arrouye@marin.fdn.fr>
  8550. #
  8551. 0      string          *PPD-Adobe:    PPD file
  8552. >13    string          x              \b, ve
  8553.  
  8554. # HP Printer Job Language
  8555. 0    string        \033%-12345X@PJL    HP Printer Job Language data
  8556. # HP Printer Job Language
  8557. # The header found on Win95 HP plot files is the "Silliest Thing possible" 
  8558. # (TM)
  8559. # Every driver puts the language at some random position, with random case
  8560. # (LANGUAGE and Language)
  8561. # For example the LaserJet 5L driver puts the "PJL ENTER LANGUAGE" in line 10
  8562. # From: Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
  8563. 0    string        \033%-12345X@PJL    HP Printer Job Language data
  8564. >&0    string        >\0            %s            
  8565. >>&0    string        >\0            %s            
  8566. >>>&0    string        >\0            %s        
  8567. >>>>&0    string        >\0            %s        
  8568. #>15    string        \ ENTER\ LANGUAGE\ =
  8569. #>31    string        PostScript        PostScript
  8570.  
  8571. # HP Printer Control Language, Daniel Quinlan (quinlan@yggdrasil.com)
  8572. 0    string        \033E\033    HP PCL printer data
  8573. >3    string        \&l0A        - default page size
  8574. >3    string        \&l1A        - US executive page size
  8575. >3    string        \&l2A        - US letter page size
  8576. >3    string        \&l3A        - US legal page size
  8577. >3    string        \&l26A        - A4 page size
  8578. >3    string        \&l80A        - Monarch envelope size
  8579. >3    string        \&l81A        - No. 10 envelope size
  8580. >3    string        \&l90A        - Intl. DL envelope size
  8581. >3    string        \&l91A        - Intl. C5 envelope size
  8582. >3    string        \&l100A        - Intl. B5 envelope size
  8583. >3    string        \&l-81A        - No. 10 envelope size (landscape)
  8584. >3    string        \&l-90A        - Intl. DL envelope size (landscape)
  8585.  
  8586. # IMAGEN printer-ready files:
  8587. 0    string    @document(        Imagen printer
  8588. # this only works if "language xxx" is first item in Imagen header.
  8589. >10    string    language\ impress    (imPRESS data)
  8590. >10    string    language\ daisy        (daisywheel text)
  8591. >10    string    language\ diablo    (daisywheel text)
  8592. >10    string    language\ printer    (line printer emulation)
  8593. >10    string    language\ tektronix    (Tektronix 4014 emulation)
  8594. # Add any other languages that your Imagen uses - remember
  8595. # to keep the word `text' if the file is human-readable.
  8596. # [GRR 950115:  missing "postscript" or "ultrascript" (whatever it was called)]
  8597. #
  8598. # Now magic for IMAGEN font files...
  8599. 0    string        Rast        RST-format raster font data
  8600. >45    string        >0        face %s
  8601. # From Jukka Ukkonen
  8602. 0    string        \033[K\002\0\0\017\033(a\001\0\001\033(g    Canon Bubble Jet BJC formatted data
  8603.  
  8604. # From <mike@flyn.org>
  8605. # These are the /etc/magic entries to decode data sent to an Epson printer.
  8606. 0       string          \x1B\x40\x1B\x28\x52\x08\x00\x00REMOTE1P        Epson Stylus Color 460 data
  8607.  
  8608.  
  8609. #------------------------------------------------------------------------------
  8610. # zenographics:  file(1) magic for Zenographics ZjStream printer data
  8611. # Rick Richardson  rickr@mn.rr.com
  8612. 0    string        JZJZ
  8613. >0x12    string        ZZ        Zenographics ZjStream printer data (big-endian)
  8614. 0    string        ZJZJ
  8615. >0x12    string        ZZ        Zenographics ZjStream printer data (little-endian)
  8616.  
  8617.  
  8618. #------------------------------------------------------------------------------
  8619. # Oak Technologies printer stream
  8620. # Rick Richardson <rickr@mn.rr.com>
  8621. 0       string          OAK
  8622. >0x07    byte        0
  8623. >0x0b    byte        0    Oak Technologies printer stream
  8624.  
  8625. # This would otherwise be recognized as PostScript - nick@debian.org
  8626. 0    string        %!VMF         SunClock's Vector Map Format data
  8627.  
  8628. #------------------------------------------------------------------------------
  8629. # HP LaserJet 1000 series downloadable firmware file
  8630. 0    string    \xbe\xefABCDEFGH    HP LaserJet 1000 series downloadable firmware   
  8631.  
  8632. # From: Paolo <oopla@users.sf.net>
  8633. # Epson ESC/Page, ESC/PageColor 
  8634. 0    string    \x1b\x01@EJL    Epson ESC/Page language printer data
  8635.  
  8636. #------------------------------------------------------------------------------
  8637. # project:  file(1) magic for Project management
  8638. # Magic strings for ftnchek project files. Alexander Mai
  8639. 0    string    FTNCHEK_\ P    project file for ftnchek
  8640. >10    string    1        version 2.7
  8641. >10    string    2        version 2.8 to 2.10
  8642. >10    string    3        version 2.11 or later
  8643.  
  8644. #------------------------------------------------------------------------------
  8645. # psdbms:  file(1) magic for psdatabase
  8646. #
  8647. 0    belong&0xff00ffff    0x56000000    ps database
  8648. >1    string    >\0    version %s
  8649. >4    string    >\0    from kernel %s
  8650.  
  8651. #------------------------------------------------------------------------------
  8652. # psion:  file(1) magic for Psion handhelds data
  8653. # from: Peter Breitenlohner <peb@mppmu.mpg.de>
  8654. #
  8655. 0    lelong        0x10000037    Psion Series 5
  8656. >4    lelong        0x10000039    font file
  8657. >4    lelong        0x1000003A    printer driver
  8658. >4    lelong        0x1000003B    clipboard
  8659. >4    lelong        0x10000042    multi-bitmap image
  8660. >4    lelong        0x1000006A    application infomation file
  8661. >4    lelong        0x1000006D
  8662. >>8    lelong        0x1000007D    sketch image
  8663. >>8    lelong        0x1000007E    voice note
  8664. >>8    lelong        0x1000007F    word file
  8665. >>8    lelong        0x10000085    OPL program
  8666. >>8    lelong        0x10000088    sheet file
  8667. >>8    lelong        0x100001C4    EasyFax initialisation file
  8668. >4    lelong        0x10000073    OPO module
  8669. >4    lelong        0x10000074    OPL application
  8670. >4    lelong        0x1000008A    exported multi-bitmap image
  8671.  
  8672. 0    lelong        0x10000041    Psion Series 5 ROM multi-bitmap image
  8673.  
  8674. 0    lelong        0x10000050    Psion Series 5
  8675. >4    lelong        0x1000006D    database
  8676. >4    lelong        0x100000E4    ini file
  8677.  
  8678. 0    lelong        0x10000079    Psion Series 5 binary:
  8679. >4    lelong        0x00000000    DLL
  8680. >4    lelong        0x10000049    comms hardware library
  8681. >4    lelong        0x1000004A    comms protocol library
  8682. >4    lelong        0x1000005D    OPX
  8683. >4    lelong        0x1000006C    application
  8684. >4    lelong        0x1000008D    DLL
  8685. >4    lelong        0x100000AC    logical device driver
  8686. >4    lelong        0x100000AD    physical device driver
  8687. >4    lelong        0x100000E5    file transfer protocol
  8688. >4    lelong        0x100000E5    file transfer protocol
  8689. >4    lelong        0x10000140    printer defintion
  8690. >4    lelong        0x10000141    printer defintion
  8691.  
  8692. 0    lelong        0x1000007A    Psion Series 5 executable
  8693.  
  8694. #------------------------------------------------------------------------------
  8695. # pulsar:  file(1) magic for Pulsar POP3 daemon binary files
  8696. #
  8697. # http://pulsar.sourceforge.net
  8698. # mailto:rok.papez@lugos.si
  8699. #
  8700.  
  8701. 0    belong    0x1ee7f11e    Pulsar POP3 daemon mailbox cache file.
  8702. >4    ubelong    x        Version: %d.
  8703. >8    ubelong    x        \b%d
  8704.  
  8705.  
  8706. #------------------------------------------------------------------------------
  8707. # pyramid:  file(1) magic for Pyramids
  8708. #
  8709. # XXX - byte order?
  8710. #
  8711. 0    long        0x50900107    Pyramid 90x family executable
  8712. 0    long        0x50900108    Pyramid 90x family pure executable
  8713. >16    long        >0        not stripped
  8714. 0    long        0x5090010b    Pyramid 90x family demand paged pure executable
  8715. >16    long        >0        not stripped
  8716.  
  8717. #------------------------------------------------------------------------------
  8718. # python:  file(1) magic for python
  8719. #
  8720. # From: David Necas <yeti@physics.muni.cz>
  8721. # often the module starts with a multiline string
  8722. 0    string        """    a python script text executable
  8723. # MAGIC as specified in Python/import.c (1.5 to 2.3.0a)
  8724. # 20121  ( YEAR - 1995 ) + MONTH  + DAY (little endian followed by "\r\n"
  8725. 0    belong        0x994e0d0a    python 1.5/1.6 byte-compiled
  8726. 0    belong        0x87c60d0a    python 2.0 byte-compiled
  8727. 0    belong        0x2aeb0d0a    python 2.1 byte-compiled
  8728. 0    belong        0x2ded0d0a    python 2.2 byte-compiled
  8729. 0    belong        0x3bf20d0a    python 2.3 byte-compiled
  8730.  
  8731. #------------------------------------------------------------------------------
  8732. # file(1) magic for revision control files
  8733. # From Hendrik Scholz <hendrik@scholz.net>
  8734. 0   string /1\ :pserver:    cvs password text file
  8735.  
  8736. #------------------------------------------------------------------------------
  8737. # riff:  file(1) magic for RIFF format
  8738. # See
  8739. #
  8740. #    http://www.seanet.com/users/matts/riffmci/riffmci.htm
  8741. #
  8742. # AVI section extended by Patrik Rσdman <patrik+file-magic@iki.fi>
  8743. #
  8744. 0    string        RIFF        RIFF (little-endian) data
  8745. # RIFF Palette format
  8746. >8    string        PAL        \b, palette
  8747. >>16    leshort        x        \b, version %d
  8748. >>18    leshort        x        \b, %d entries
  8749. # RIFF Device Independent Bitmap format
  8750. >8    string        RDIB        \b, device-independent bitmap
  8751. >>16    string        BM        
  8752. >>>30    leshort        12        \b, OS/2 1.x format
  8753. >>>>34    leshort        x        \b, %d x
  8754. >>>>36    leshort        x        %d
  8755. >>>30    leshort        64        \b, OS/2 2.x format
  8756. >>>>34    leshort        x        \b, %d x
  8757. >>>>36    leshort        x        %d
  8758. >>>30    leshort        40        \b, Windows 3.x format
  8759. >>>>34    lelong        x        \b, %d x
  8760. >>>>38    lelong        x        %d x
  8761. >>>>44    leshort        x        %d
  8762. # RIFF MIDI format
  8763. >8    string        RMID        \b, MIDI
  8764. # RIFF Multimedia Movie File format
  8765. >8    string        RMMP        \b, multimedia movie
  8766. # Microsoft WAVE format (*.wav)
  8767. >8    string        WAVE        \b, WAVE audio
  8768. >>20    leshort        1        \b, Microsoft PCM
  8769. >>>34    leshort        >0        \b, %d bit
  8770. >>20    leshort        2        \b, Microsoft ADPCM
  8771. >>20    leshort        6        \b, ITU G.711 A-law
  8772. >>20    leshort        7        \b, ITU G.711 mu-law
  8773. >>20    leshort        17        \b, IMA ADPCM
  8774. >>20    leshort        20        \b, ITU G.723 ADPCM (Yamaha)
  8775. >>20    leshort        49        \b, GSM 6.10
  8776. >>20    leshort        64        \b, ITU G.721 ADPCM
  8777. >>20    leshort        80        \b, MPEG
  8778. >>20    leshort        85        \b, MPEG Layer 3
  8779. >>22    leshort        =1        \b, mono
  8780. >>22    leshort        =2        \b, stereo
  8781. >>22    leshort        >2        \b, %d channels
  8782. >>24    lelong        >0        %d Hz
  8783. # Corel Draw Picture
  8784. >8    string        CDRA        \b, Corel Draw Picture
  8785. # AVI == Audio Video Interleave
  8786. >8    string        AVI\040        \b, AVI
  8787. >>12    string          LIST
  8788. >>>20   string          hdrlavih
  8789. >>>>&36 lelong          x               \b, %lu x
  8790. >>>>&40 lelong          x               %lu,
  8791. >>>>&4  lelong          >1000000        <1 fps,
  8792. >>>>&4  lelong          1000000         1.00 fps,
  8793. >>>>&4  lelong          500000          2.00 fps,
  8794. >>>>&4  lelong          333333          3.00 fps,
  8795. >>>>&4  lelong          250000          4.00 fps,
  8796. >>>>&4  lelong          200000          5.00 fps,
  8797. >>>>&4  lelong          166667          6.00 fps,
  8798. >>>>&4  lelong          142857          7.00 fps,
  8799. >>>>&4  lelong          125000          8.00 fps,
  8800. >>>>&4  lelong          111111          9.00 fps,
  8801. >>>>&4  lelong          100000          10.00 fps,
  8802. # ]9.9,10.1[
  8803. >>>>&4  lelong          <101010
  8804. >>>>>&-4        lelong  >99010
  8805. >>>>>>&-4       lelong  !100000         ~10 fps,
  8806. >>>>&4  lelong          83333           12.00 fps,
  8807. # ]11.9,12.1[
  8808. >>>>&4  lelong          <84034
  8809. >>>>>&-4        lelong  >82645
  8810. >>>>>>&-4       lelong  !83333          ~12 fps,
  8811. >>>>&4  lelong          66667           15.00 fps,
  8812. # ]14.9,15.1[
  8813. >>>>&4  lelong          <67114
  8814. >>>>>&-4        lelong  >66225
  8815. >>>>>>&-4       lelong  !66667          ~15 fps,
  8816. >>>>&4  lelong          50000           20.00 fps,
  8817. >>>>&4  lelong          41708           23.98 fps,
  8818. >>>>&4  lelong          41667           24.00 fps,
  8819. # ]23.9,24.1[
  8820. >>>>&4  lelong          <41841
  8821. >>>>>&-4        lelong  >41494
  8822. >>>>>>&-4       lelong  !41708
  8823. >>>>>>>&-4      lelong  !41667          ~24 fps,
  8824. >>>>&4  lelong          40000           25.00 fps,
  8825. # ]24.9,25.1[
  8826. >>>>&4  lelong          <40161
  8827. >>>>>&-4        lelong  >39841
  8828. >>>>>>&-4       lelong  !40000          ~25 fps,
  8829. >>>>&4  lelong          33367           29.97 fps,
  8830. >>>>&4  lelong          33333           30.00 fps,
  8831. # ]29.9,30.1[
  8832. >>>>&4  lelong          <33445
  8833. >>>>>&-4        lelong  >33223
  8834. >>>>>>&-4       lelong  !33367
  8835. >>>>>>>&-4      lelong  !33333          ~30 fps,
  8836. >>>>&4  lelong          <32224          >30 fps,
  8837. ##>>>>&4  lelong          x               (%lu)
  8838. ##>>>>&20 lelong          x               %lu frames,
  8839. # Note: The tests below assume that the AVI has 1 or 2 streams,
  8840. #       "vids" optionally followed by "auds".
  8841. #       (Should cover 99.9% of all AVIs.)
  8842. # assuming avih length = 56
  8843. >>>88   string  LIST
  8844. >>>>96  string  strlstrh
  8845. >>>>>108        string  vids    video:
  8846. >>>>>>&0        lelong  0               uncompressed
  8847. # skip past vids strh
  8848. >>>>>>(104.l+108)       string  strf
  8849. >>>>>>>(104.l+132)      lelong          1       RLE 8bpp
  8850. >>>>>>>(104.l+132)      string/c        cvid    Cinepak
  8851. >>>>>>>(104.l+132)      string/c        i263    Intel I.263
  8852. >>>>>>>(104.l+132)      string/c        iv32    Indeo 3.2
  8853. >>>>>>>(104.l+132)      string/c        iv41    Indeo 4.1
  8854. >>>>>>>(104.l+132)      string/c        iv50    Indeo 5.0
  8855. >>>>>>>(104.l+132)      string/c        mp42    Microsoft MPEG-4 v2
  8856. >>>>>>>(104.l+132)      string/c        mp43    Microsoft MPEG-4 v3
  8857. >>>>>>>(104.l+132)      string/c        mjpg    Motion JPEG
  8858. >>>>>>>(104.l+132)      string/c        div3    DivX 3
  8859. >>>>>>>>112             string/c        div3    Low-Motion
  8860. >>>>>>>>112             string/c        div4    Fast-Motion
  8861. >>>>>>>(104.l+132)      string/c        divx    DivX 4
  8862. >>>>>>>(104.l+132)      string/c        dx50    DivX 5
  8863. >>>>>>>(104.l+132)      string/c        xvid    XviD
  8864. >>>>>>>(104.l+132)      lelong  0
  8865. ##>>>>>>>(104.l+132)      string  x       (%.4s)
  8866. # skip past first (video) LIST
  8867. >>>>(92.l+96)   string  LIST
  8868. >>>>>(92.l+104) string  strlstrh
  8869. >>>>>>(92.l+116)        string          auds    \b, audio:
  8870. # auds strh length = 56:
  8871. >>>>>>>(92.l+172)       string          strf
  8872. >>>>>>>>(92.l+180)      leshort 0x0001  uncompressed PCM
  8873. >>>>>>>>(92.l+180)      leshort 0x0002  ADPCM
  8874. >>>>>>>>(92.l+180)      leshort 0x0055  MPEG-1 Layer 3
  8875. >>>>>>>>(92.l+180)      leshort 0x2000  Dolby AC3
  8876. >>>>>>>>(92.l+180)      leshort 0x0161  DivX
  8877. ##>>>>>>>>(92.l+180)      leshort x       (0x%.4x)
  8878. >>>>>>>>(92.l+182)      leshort 1       (mono,
  8879. >>>>>>>>(92.l+182)      leshort 2       (stereo,
  8880. >>>>>>>>(92.l+182)      leshort >2      (%d channels,
  8881. >>>>>>>>(92.l+184)      lelong  x       %d Hz)
  8882. # auds strh length = 64:
  8883. >>>>>>>(92.l+180)       string          strf
  8884. >>>>>>>>(92.l+188)      leshort 0x0001  uncompressed PCM
  8885. >>>>>>>>(92.l+188)      leshort 0x0002  ADPCM
  8886. >>>>>>>>(92.l+188)      leshort 0x0055  MPEG-1 Layer 3
  8887. >>>>>>>>(92.l+188)      leshort 0x2000  Dolby AC3
  8888. >>>>>>>>(92.l+188)      leshort 0x0161  DivX
  8889. ##>>>>>>>>(92.l+188)      leshort x       (0x%.4x)
  8890. >>>>>>>>(92.l+190)      leshort 1       (mono,
  8891. >>>>>>>>(92.l+190)      leshort 2       (stereo,
  8892. >>>>>>>>(92.l+190)      leshort >2      (%d channels,
  8893. >>>>>>>>(92.l+192)      lelong  x       %d Hz)
  8894. # Animated Cursor format
  8895. >8    string        ACON        \b, animated cursor
  8896. # SoundFont 2 <mpruett@sgi.com>
  8897. >8    string        sfbk        SoundFont/Bank
  8898. # MPEG-1 wrapped in a RIFF, apparently
  8899. >8      string          CDXA            \b, wrapped MPEG-1 (CDXA)
  8900. >8    string        4XMV        \b, 4X Movie file 
  8901.  
  8902. #
  8903. # XXX - some of the below may only appear in little-endian form.
  8904. #
  8905. # Also "MV93" appears to be for one form of Macromedia Director
  8906. # files, and "GDMF" appears to be another multimedia format.
  8907. #
  8908. 0    string        RIFX        RIFF (big-endian) data
  8909. # RIFF Palette format
  8910. >8    string        PAL        \b, palette
  8911. >>16    beshort        x        \b, version %d
  8912. >>18    beshort        x        \b, %d entries
  8913. # RIFF Device Independent Bitmap format
  8914. >8    string        RDIB        \b, device-independent bitmap
  8915. >>16    string        BM        
  8916. >>>30    beshort        12        \b, OS/2 1.x format
  8917. >>>>34    beshort        x        \b, %d x
  8918. >>>>36    beshort        x        %d
  8919. >>>30    beshort        64        \b, OS/2 2.x format
  8920. >>>>34    beshort        x        \b, %d x
  8921. >>>>36    beshort        x        %d
  8922. >>>30    beshort        40        \b, Windows 3.x format
  8923. >>>>34    belong        x        \b, %d x
  8924. >>>>38    belong        x        %d x
  8925. >>>>44    beshort        x        %d
  8926. # RIFF MIDI format
  8927. >8    string        RMID        \b, MIDI
  8928. # RIFF Multimedia Movie File format
  8929. >8    string        RMMP        \b, multimedia movie
  8930. # Microsoft WAVE format (*.wav)
  8931. >8    string        WAVE        \b, WAVE audio
  8932. >>20    leshort        1        \b, Microsoft PCM
  8933. >>>34    leshort        >0        \b, %d bit
  8934. >>22    beshort        =1        \b, mono
  8935. >>22    beshort        =2        \b, stereo
  8936. >>22    beshort        >2        \b, %d channels
  8937. >>24    belong        >0        %d Hz
  8938. # Corel Draw Picture
  8939. >8    string        CDRA        \b, Corel Draw Picture
  8940. # AVI == Audio Video Interleave
  8941. >8    string        AVI\040        \b, AVI
  8942. # Animated Cursor format
  8943. >8    string        ACON        \b, animated cursor
  8944. # Notation Interchange File Format (big-endian only)
  8945. >8    string        NIFF        \b, Notation Interchange File Format
  8946. # SoundFont 2 <mpruett@sgi.com>
  8947. >8    string        sfbk        SoundFont/Bank
  8948. #------------------------------------------------------------------------------
  8949. #
  8950. # RPM: file(1) magic for Red Hat Packages   Erik Troan (ewt@redhat.com)
  8951. #
  8952. 0    beshort        0xedab
  8953. >2    beshort        0xeedb        RPM
  8954. >>4    byte        x        v%d
  8955. >>6    beshort        0        bin
  8956. >>6    beshort        1        src
  8957. >>8    beshort        1        i386
  8958. >>8    beshort        2        Alpha
  8959. >>8    beshort        3        Sparc
  8960. >>8    beshort        4        MIPS
  8961. >>8    beshort        5        PowerPC
  8962. >>8    beshort        6        68000
  8963. >>8    beshort        7    SGI
  8964. >>8    beshort        8        RS6000
  8965. >>8    beshort        9        IA64
  8966. >>8    beshort        10        Sparc64
  8967. >>8    beshort        11        MIPSel
  8968. >>8    beshort        12        ARM
  8969. >>10    string        x        %s
  8970.  
  8971. #------------------------------------------------------------------------------
  8972. # rtf:    file(1) magic for Rich Text Format (RTF)
  8973. #
  8974. # Duncan P. Simpson, D.P.Simpson@dcs.warwick.ac.uk
  8975. #
  8976. 0    string        {\\rtf        Rich Text Format data,
  8977. >5    byte        x        version %c,
  8978. >6    string        \\ansi        ANSI
  8979. >6    string        \\mac        Apple Macintosh
  8980. >6    string        \\pc        IBM PC, code page 437
  8981. >6    string        \\pca        IBM PS/2, code page 850
  8982.  
  8983. #------------------------------------------------------------------------------
  8984. # sc:  file(1) magic for "sc" spreadsheet
  8985. #
  8986. 38    string        Spreadsheet    sc spreadsheet file
  8987.  
  8988. #------------------------------------------------------------------------------
  8989. # sccs:  file(1) magic for SCCS archives
  8990. #
  8991. # SCCS archive structure:
  8992. # \001h01207
  8993. # \001s 00276/00000/00000
  8994. # \001d D 1.1 87/09/23 08:09:20 ian 1 0
  8995. # \001c date and time created 87/09/23 08:09:20 by ian
  8996. # \001e
  8997. # \001u
  8998. # \001U
  8999. # ... etc.
  9000. # Now '\001h' happens to be the same as the 3B20's a.out magic number (0550).
  9001. # *Sigh*. And these both came from various parts of the USG.
  9002. # Maybe we should just switch everybody from SCCS to RCS!
  9003. # Further, you can't just say '\001h0', because the five-digit number
  9004. # is a checksum that could (presumably) have any leading digit,
  9005. # and we don't have regular expression matching yet. 
  9006. # Hence the following official kludge:
  9007. 8    string        \001s\             SCCS archive data
  9008.  
  9009. #------------------------------------------------------------------------------
  9010. # sendmail:  file(1) magic for sendmail config files
  9011. #
  9012. # XXX - byte order?
  9013. #
  9014. 0    byte    046      Sendmail frozen configuration 
  9015. >16    string    >\0      - version %s
  9016. 0    short    0x271c      Sendmail frozen configuration
  9017. >16    string    >\0      - version %s
  9018.  
  9019. #------------------------------------------------------------------------------
  9020. # sendmail:  file(1) magic for sendmail m4(1) files
  9021. #
  9022. # From Hendrik Scholz <hendrik@scholz.net>
  9023. # i.e. files in /usr/share/sendmail/cf/
  9024. #
  9025. 0   string  divert(-1)\n    sendmail m4 text file
  9026.  
  9027.  
  9028. #------------------------------------------------------------------------------
  9029. # sequent:  file(1) magic for Sequent machines
  9030. #
  9031. # Sequent information updated by Don Dwiggins <atsun!dwiggins>.
  9032. # For Sequent's multiprocessor systems (incomplete).
  9033. 0    lelong    0x00ea            BALANCE NS32000 .o
  9034. >16    lelong    >0        not stripped
  9035. >124    lelong    >0        version %ld
  9036. 0    lelong    0x10ea            BALANCE NS32000 executable (0 @ 0)
  9037. >16    lelong  >0                not stripped
  9038. >124    lelong    >0        version %ld
  9039. 0    lelong    0x20ea            BALANCE NS32000 executable (invalid @ 0)
  9040. >16    lelong  >0                not stripped
  9041. >124    lelong    >0        version %ld
  9042. 0    lelong    0x30ea            BALANCE NS32000 standalone executable
  9043. >16    lelong  >0              not stripped
  9044. >124    lelong    >0        version %ld
  9045. #
  9046. # Symmetry information added by Jason Merrill <jason@jarthur.claremont.edu>.
  9047. # Symmetry magic nums will not be reached if DOS COM comes before them;
  9048. # byte 0xeb is matched before these get a chance.
  9049. 0    leshort    0x12eb        SYMMETRY i386 .o
  9050. >16    lelong    >0        not stripped
  9051. >124    lelong    >0        version %ld
  9052. 0    leshort    0x22eb        SYMMETRY i386 executable (0 @ 0)
  9053. >16    lelong    >0        not stripped
  9054. >124    lelong    >0        version %ld
  9055. 0    leshort    0x32eb        SYMMETRY i386 executable (invalid @ 0)
  9056. >16    lelong    >0        not stripped
  9057. >124    lelong    >0        version %ld
  9058. 0    leshort    0x42eb        SYMMETRY i386 standalone executable
  9059. >16    lelong    >0        not stripped
  9060. >124    lelong    >0        version %ld
  9061.  
  9062. #------------------------------------------------------------------------------
  9063. # sgi:  file(1) magic for Silicon Graphics applications
  9064.  
  9065. #
  9066. #
  9067. # Performance Co-Pilot file types
  9068. 0    string    PmNs                PCP compiled namespace (V.0)
  9069. 0    string    PmN                PCP compiled namespace
  9070. >3    string    >\0                (V.%1.1s)
  9071. 3    lelong    0x84500526            PCP archive
  9072. >7    byte    x                (V.%d)
  9073. >20    lelong    -2                temporal index
  9074. >20    lelong    -1                metadata
  9075. >20    lelong    0                log volume #0
  9076. >20    lelong    >0                log volume #%ld
  9077. >24    string    >\0                host: %s
  9078. 0    string    PCPFolio            PCP 
  9079. >9    string    Version:            Archive Folio
  9080. >18    string    >\0                (V.%s)
  9081. 0    string    #pmchart            PCP pmchart view
  9082. >9    string    Version
  9083. >17    string    >\0                (V%-3.3s)
  9084. 0    string    pmview                PCP pmview config
  9085. >7    string    Version
  9086. >15    string    >\0                (V%-3.3s)
  9087. 0    string    #pmlogger            PCP pmlogger config
  9088. >10    string    Version
  9089. >18    string    >\0                (V%1.1s)
  9090. 0    string    PcPh                PCP Help 
  9091. >4    string    1                Index
  9092. >4    string    2                Text
  9093. >5    string    >\0                (V.%1.1s)
  9094. 0    string    #pmieconf-rules            PCP pmieconf rules
  9095. >16    string    >\0                (V.%1.1s)
  9096. 3    string    pmieconf-pmie            PCP pmie config
  9097. >17    string    >\0                (V.%1.1s)
  9098.  
  9099. # SpeedShop data files
  9100. 0    lelong    0x13130303            SpeedShop data file
  9101.  
  9102. # mdbm files
  9103. 0    lelong    0x01023962            mdbm file, version 0 (obsolete)
  9104. 0    string    mdbm                mdbm file,
  9105. >5    byte    x                version %d,
  9106. >6    byte    x                2^%d pages,
  9107. >7    byte    x                pagesize 2^%d,
  9108. >17    byte    x                hash %d,
  9109. >11    byte    x                dataformat %d
  9110.  
  9111. # Alias|Wavefront Maya files
  9112. 0    string    //Maya ASCII    Alias|Wavefront Maya Ascii File,
  9113. >13    string    >\0    version %s
  9114. 8    string    MAYAFOR4    Alias|Wavefront Maya Binary File,
  9115. >32    string    >\0    version %s scene
  9116. 8    string    MayaFOR4    Alias|Wavefront Maya Binary File,
  9117. >32    string    >\0    version %s scene
  9118. 8    string    CIMG        Alias|Wavefront Maya Image File
  9119. 8    string    DEEP        Alias|Wavefront Maya Image File
  9120.  
  9121. #------------------------------------------------------------------------------
  9122. # sgml:  file(1) magic for Standard Generalized Markup Language
  9123. # HyperText Markup Language (HTML) is an SGML document type,
  9124. # from Daniel Quinlan (quinlan@yggdrasil.com)
  9125. # adapted to string extenstions by Anthon van der Neut <anthon@mnt.org)
  9126. 0   string/cB    \<!DOCTYPE\ html    HTML document text
  9127. 0   string/cb    \<head            HTML document text
  9128. 0   string/cb    \<title            HTML document text
  9129. 0   string/cb    \<html            HTML document text
  9130.  
  9131. # Extensible markup language (XML), a subset of SGML
  9132. # from Marc Prud'hommeaux (marc@apocalypse.org)
  9133. 0    string/cb    \<?xml            XML document text
  9134. 0    string        \<?xml\ version "    XML
  9135. 0    string        \<?xml\ version="    XML
  9136. >15    string        >\0            %.3s document text
  9137. >>23    string        \<xsl:stylesheet    (XSL stylesheet)
  9138. >>24    string        \<xsl:stylesheet    (XSL stylesheet)
  9139. 0    string/b    \<?xml            XML document text
  9140. 0    string/cb    \<?xml            broken XML document text
  9141.  
  9142.  
  9143. # SGML, mostly from rph@sq
  9144. 0   string/cb    \<!doctype        exported SGML document text
  9145. 0   string/cb    \<!subdoc        exported SGML subdocument text
  9146. 0   string/cb    \<!--            exported SGML document text
  9147.  
  9148. # Web browser cookie files
  9149. # (Mozilla, Galeon, Netscape 4, Konqueror..)
  9150. # Ulf Harnhammar <ulfh@update.uu.se>
  9151. 0    string    #\ HTTP\ Cookie\ File    Web browser cookie text
  9152. 0    string    #\ Netscape\ HTTP\ Cookie\ File    Netscape cookie text
  9153. 0    string    #\ KDE\ Cookie\ File    Konqueror cookie text
  9154.  
  9155. #------------------------------------------------------------------------
  9156. # file(1) magic for sharc files
  9157. #
  9158. # SHARC DSP, MIDI SysEx and RiscOS filetype definitions added by 
  9159. # FutureGroove Music (dsp@futuregroove.de)
  9160.  
  9161. #------------------------------------------------------------------------
  9162. 0    string            Draw        RiscOS Drawfile
  9163. 0    string            PACK        RiscOS PackdDir archive
  9164.  
  9165. #------------------------------------------------------------------------
  9166. # SHARC DSP stuff (based on the FGM SHARC DSP SDK)
  9167.  
  9168. 0    string            !        Assembler source
  9169. 0    string            Analog        ADi asm listing file
  9170. 0    string            .SYSTEM        SHARC architecture file
  9171. 0    string            .system        SHARC architecture file
  9172.  
  9173. 0    leshort            0x521C        SHARC COFF binary
  9174. >2    leshort            >1        , %hd sections
  9175. >>12    lelong            >0        , not stripped
  9176.  
  9177. #------------------------------------------------------------------------------
  9178. # sinclair:  file(1) sinclair QL
  9179.  
  9180. # additions to /etc/magic by Thomas M. Ott (ThMO)
  9181.  
  9182. # Sinclair QL floppy disk formats (ThMO)
  9183. 0    string    =QL5        QL disk dump data,
  9184. >3    string    =A        720 KB,
  9185. >3    string    =B        1.44 MB,
  9186. >3    string    =C        3.2 MB,
  9187. >4    string    >\0        label:%.10s
  9188.  
  9189. # Sinclair QL OS dump (ThMO)
  9190. # (NOTE: if `file' would be able to use indirect references in a endian format
  9191. #     differing from the natural host format, this could be written more
  9192. #     reliably and faster...)
  9193. #
  9194. # we *can't* lookup QL OS code dumps, because `file' is UNABLE to read more
  9195. # than the first 8K of a file... #-(
  9196. #
  9197. #0        belong    =0x30000
  9198. #>49124        belong    <47104
  9199. #>>49128        belong    <47104
  9200. #>>>49132    belong    <47104
  9201. #>>>>49136    belong    <47104    QL OS dump data,
  9202. #>>>>>49148    string    >\0    type %.3s,
  9203. #>>>>>49142    string    >\0    version %.4s
  9204.  
  9205. # Sinclair QL firmware executables (ThMO)
  9206. 0    string    NqNqNq`\004    QL firmware executable (BCPL)
  9207.  
  9208. # Sinclair QL libraries (was ThMO)
  9209. 0    beshort    0xFB01        QDOS object
  9210. >2    pstring    x        '%s'
  9211.  
  9212. # Sinclair QL executables (was ThMO)
  9213. 4    belong    0x4AFB        QDOS executable
  9214. >9    pstring    x        '%s'
  9215.  
  9216. # Sinclair QL ROM (ThMO)
  9217. 0    belong    =0x4AFB0001    QL plugin-ROM data,
  9218. >9    pstring    =\0        un-named
  9219. >9    pstring    >\0        named: %s
  9220.  
  9221. #------------------------------------------------------------------------------
  9222. # Sketch Drawings: http://sketch.sourceforge.net/ 
  9223. # From: Edwin Mons <e@ik.nu>
  9224. 0    string    ##Sketch    Sketch document text
  9225.  
  9226. #-----------------------------------------------
  9227. # GNU Smalltalk image, starting at version 1.6.2
  9228. # From: catull_us@yahoo.com
  9229. #
  9230. 0    string    GSTIm\0\0    GNU SmallTalk
  9231. # little-endian
  9232. >7    byte&1    =0        LE image version
  9233. >>10    byte    x        %d.
  9234. >>9    byte    x        \b%d.
  9235. >>8    byte    x        \b%d
  9236. #>>12    lelong    x        , data: %ld
  9237. #>>16    lelong    x        , table: %ld
  9238. #>>20    lelong    x        , memory: %ld
  9239. # big-endian
  9240. >7    byte&1    =1        BE image version
  9241. >>8    byte    x        %d.
  9242. >>9    byte    x        \b%d.
  9243. >>10    byte    x        \b%d
  9244. #>>12    belong    x        , data: %ld
  9245. #>>16    belong    x        , table: %ld
  9246. #>>20    belong    x        , memory: %ld
  9247.  
  9248.  
  9249.  
  9250. #------------------------------------------------------------------------------
  9251. # sniffer:  file(1) magic for packet capture files
  9252. #
  9253. # From: guy@alum.mit.edu (Guy Harris)
  9254. #
  9255.  
  9256. #
  9257. # Microsoft Network Monitor 1.x capture files.
  9258. #
  9259. 0    string        RTSS        NetMon capture file
  9260. >5    byte        x        - version %d
  9261. >4    byte        x        \b.%d
  9262. >6    leshort        0        (Unknown)
  9263. >6    leshort        1        (Ethernet)
  9264. >6    leshort        2        (Token Ring)
  9265. >6    leshort        3        (FDDI)
  9266. >6    leshort        4        (ATM)
  9267.  
  9268. #
  9269. # Microsoft Network Monitor 2.x capture files.
  9270. #
  9271. 0    string        GMBU        NetMon capture file
  9272. >5    byte        x        - version %d
  9273. >4    byte        x        \b.%d
  9274. >6    leshort        0        (Unknown)
  9275. >6    leshort        1        (Ethernet)
  9276. >6    leshort        2        (Token Ring)
  9277. >6    leshort        3        (FDDI)
  9278. >6    leshort        4        (ATM)
  9279.  
  9280. #
  9281. # Network General Sniffer capture files.
  9282. # Sorry, make that "Network Associates Sniffer capture files."
  9283. # Sorry, make that "Network General old DOS Sniffer capture files."
  9284. #
  9285. 0    string        TRSNIFF\ data\ \ \ \ \032    Sniffer capture file
  9286. >33    byte        2        (compressed)
  9287. >23    leshort        x        - version %d
  9288. >25    leshort        x        \b.%d
  9289. >32    byte        0        (Token Ring)
  9290. >32    byte        1        (Ethernet)
  9291. >32    byte        2        (ARCNET)
  9292. >32    byte        3        (StarLAN)
  9293. >32    byte        4        (PC Network broadband)
  9294. >32    byte        5        (LocalTalk)
  9295. >32    byte        6        (Znet)
  9296. >32    byte        7        (Internetwork Analyzer)
  9297. >32    byte        9        (FDDI)
  9298. >32    byte        10        (ATM)
  9299.  
  9300. #
  9301. # Cinco Networks NetXRay capture files.
  9302. # Sorry, make that "Network General Sniffer Basic capture files."
  9303. # Sorry, make that "Network Associates Sniffer Basic capture files."
  9304. # Sorry, make that "Network Associates Sniffer Basic, and Windows
  9305. # Sniffer Pro", capture files."
  9306. # Sorry, make that "Network General Sniffer capture files."
  9307. #
  9308. 0    string        XCP\0        NetXRay capture file
  9309. >4    string        >\0        - version %s
  9310. >44    leshort        0        (Ethernet)
  9311. >44    leshort        1        (Token Ring)
  9312. >44    leshort        2        (FDDI)
  9313. >44    leshort        3        (WAN)
  9314. >44    leshort        8        (ATM)
  9315. >44    leshort        9        (802.11)
  9316.  
  9317. #
  9318. # "libpcap" capture files.
  9319. # (We call them "tcpdump capture file(s)" for now, as "tcpdump" is
  9320. # the main program that uses that format, but there are other programs
  9321. # that use "libpcap", or that use the same capture file format.)
  9322. #
  9323. 0    ubelong        0xa1b2c3d4    tcpdump capture file (big-endian)
  9324. >4    beshort        x        - version %d
  9325. >6    beshort        x        \b.%d
  9326. >20    belong        0        (No link-layer encapsulation
  9327. >20    belong        1        (Ethernet
  9328. >20    belong        2        (3Mb Ethernet
  9329. >20    belong        3        (AX.25
  9330. >20    belong        4        (ProNET
  9331. >20    belong        5        (CHAOS
  9332. >20    belong        6        (Token Ring
  9333. >20    belong        7        (BSD ARCNET
  9334. >20    belong        8        (SLIP
  9335. >20    belong        9        (PPP
  9336. >20    belong        10        (FDDI
  9337. >20    belong        11        (RFC 1483 ATM
  9338. >20    belong        12        (raw IP
  9339. >20    belong        13        (BSD/OS SLIP
  9340. >20    belong        14        (BSD/OS PPP
  9341. >20    belong        19        (Linux ATM Classical IP
  9342. >20    belong        50        (PPP or Cisco HDLC
  9343. >20    belong        51        (PPP-over-Ethernet
  9344. >20    belong        99        (Symantec Enterprise Firewall
  9345. >20    belong        100        (RFC 1483 ATM
  9346. >20    belong        101        (raw IP
  9347. >20    belong        102        (BSD/OS SLIP
  9348. >20    belong        103        (BSD/OS PPP
  9349. >20    belong        104        (BSD/OS Cisco HDLC
  9350. >20    belong        105        (802.11
  9351. >20    belong        106        (Linux Classical IP over ATM
  9352. >20    belong        107        (Frame Relay
  9353. >20    belong        108        (OpenBSD loopback
  9354. >20    belong        109        (OpenBSD IPsec encrypted
  9355. >20    belong        112        (Cisco HDLC
  9356. >20    belong        113        (Linux "cooked"
  9357. >20    belong        114        (LocalTalk
  9358. >20    belong        117        (OpenBSD PFLOG
  9359. >20    belong        119        (802.11 with Prism header
  9360. >20    belong        122        (RFC 2625 IP over Fibre Channel
  9361. >20    belong        123        (SunATM
  9362. >20    belong        127        (802.11 with radiotap header
  9363. >20    belong        129        (Linux ARCNET
  9364. >20    belong        138        (Apple IP over IEEE 1394
  9365. >20    belong        140        (MTP2
  9366. >20    belong        141        (MTP3
  9367. >20    belong        143        (DOCSIS
  9368. >20    belong        144        (IrDA
  9369. >20    belong        147        (Private use 0
  9370. >20    belong        148        (Private use 1
  9371. >20    belong        149        (Private use 2
  9372. >20    belong        150        (Private use 3
  9373. >20    belong        151        (Private use 4
  9374. >20    belong        152        (Private use 5
  9375. >20    belong        153        (Private use 6
  9376. >20    belong        154        (Private use 7
  9377. >20    belong        155        (Private use 8
  9378. >20    belong        156        (Private use 9
  9379. >20    belong        157        (Private use 10
  9380. >20    belong        158        (Private use 11
  9381. >20    belong        159        (Private use 12
  9382. >20    belong        160        (Private use 13
  9383. >20    belong        161        (Private use 14
  9384. >20    belong        162        (Private use 15
  9385. >20    belong        163        (802.11 with AVS header
  9386. >16    belong        x        \b, capture length %d)
  9387. 0    ulelong        0xa1b2c3d4    tcpdump capture file (little-endian)
  9388. >4    leshort        x        - version %d
  9389. >6    leshort        x        \b.%d
  9390. >20    lelong        0        (No link-layer encapsulation
  9391. >20    lelong        1        (Ethernet
  9392. >20    lelong        2        (3Mb Ethernet
  9393. >20    lelong        3        (AX.25
  9394. >20    lelong        4        (ProNET
  9395. >20    lelong        5        (CHAOS
  9396. >20    lelong        6        (Token Ring
  9397. >20    lelong        7        (ARCNET
  9398. >20    lelong        8        (SLIP
  9399. >20    lelong        9        (PPP
  9400. >20    lelong        10        (FDDI
  9401. >20    lelong        11        (RFC 1483 ATM
  9402. >20    lelong        12        (raw IP
  9403. >20    lelong        13        (BSD/OS SLIP
  9404. >20    lelong        14        (BSD/OS PPP
  9405. >20    lelong        19        (Linux ATM Classical IP
  9406. >20    lelong        50        (PPP or Cisco HDLC
  9407. >20    lelong        51        (PPP-over-Ethernet
  9408. >20    lelong        99        (Symantec Enterprise Firewall
  9409. >20    lelong        100        (RFC 1483 ATM
  9410. >20    lelong        101        (raw IP
  9411. >20    lelong        102        (BSD/OS SLIP
  9412. >20    lelong        103        (BSD/OS PPP
  9413. >20    lelong        104        (BSD/OS Cisco HDLC
  9414. >20    lelong        105        (802.11
  9415. >20    lelong        106        (Linux Classical IP over ATM
  9416. >20    lelong        107        (Frame Relay
  9417. >20    lelong        108        (OpenBSD loopback
  9418. >20    lelong        109        (OpenBSD IPsec encrypted
  9419. >20    lelong        112        (Cisco HDLC
  9420. >20    lelong        113        (Linux "cooked"
  9421. >20    lelong        114        (LocalTalk
  9422. >20    lelong        117        (OpenBSD PFLOG
  9423. >20    lelong        119        (802.11 with Prism header
  9424. >20    lelong        122        (RFC 2625 IP over Fibre Channel
  9425. >20    lelong        123        (SunATM
  9426. >20    lelong        127        (802.11 with radiotap header
  9427. >20    lelong        129        (Linux ARCNET
  9428. >20    lelong        138        (Apple IP over IEEE 1394
  9429. >20    lelong        140        (MTP2
  9430. >20    lelong        141        (MTP3
  9431. >20    lelong        143        (DOCSIS
  9432. >20    lelong        144        (IrDA
  9433. >20    lelong        147        (Private use 0
  9434. >20    lelong        148        (Private use 1
  9435. >20    lelong        149        (Private use 2
  9436. >20    lelong        150        (Private use 3
  9437. >20    lelong        151        (Private use 4
  9438. >20    lelong        152        (Private use 5
  9439. >20    lelong        153        (Private use 6
  9440. >20    lelong        154        (Private use 7
  9441. >20    lelong        155        (Private use 8
  9442. >20    lelong        156        (Private use 9
  9443. >20    lelong        157        (Private use 10
  9444. >20    lelong        158        (Private use 11
  9445. >20    lelong        159        (Private use 12
  9446. >20    lelong        160        (Private use 13
  9447. >20    lelong        161        (Private use 14
  9448. >20    lelong        162        (Private use 15
  9449. >20    lelong        163        (802.11 with AVS header
  9450. >16    lelong        x        \b, capture length %d)
  9451.  
  9452. #
  9453. # "libpcap"-with-Alexey-Kuznetsov's-patches capture files.
  9454. # (We call them "tcpdump capture file(s)" for now, as "tcpdump" is
  9455. # the main program that uses that format, but there are other programs
  9456. # that use "libpcap", or that use the same capture file format.)
  9457. #
  9458. 0    ubelong        0xa1b2cd34    extended tcpdump capture file (big-endian)
  9459. >4    beshort        x        - version %d
  9460. >6    beshort        x        \b.%d
  9461. >20    belong        0        (No link-layer encapsulation
  9462. >20    belong        1        (Ethernet
  9463. >20    belong        2        (3Mb Ethernet
  9464. >20    belong        3        (AX.25
  9465. >20    belong        4        (ProNET
  9466. >20    belong        5        (CHAOS
  9467. >20    belong        6        (Token Ring
  9468. >20    belong        7        (ARCNET
  9469. >20    belong        8        (SLIP
  9470. >20    belong        9        (PPP
  9471. >20    belong        10        (FDDI
  9472. >20    belong        11        (RFC 1483 ATM
  9473. >20    belong        12        (raw IP
  9474. >20    belong        13        (BSD/OS SLIP
  9475. >20    belong        14        (BSD/OS PPP
  9476. >16    belong        x        \b, capture length %d)
  9477. 0    ulelong        0xa1b2cd34    extended tcpdump capture file (little-endian)
  9478. >4    leshort        x        - version %d
  9479. >6    leshort        x        \b.%d
  9480. >20    lelong        0        (No link-layer encapsulation
  9481. >20    lelong        1        (Ethernet
  9482. >20    lelong        2        (3Mb Ethernet
  9483. >20    lelong        3        (AX.25
  9484. >20    lelong        4        (ProNET
  9485. >20    lelong        5        (CHAOS
  9486. >20    lelong        6        (Token Ring
  9487. >20    lelong        7        (ARCNET
  9488. >20    lelong        8        (SLIP
  9489. >20    lelong        9        (PPP
  9490. >20    lelong        10        (FDDI
  9491. >20    lelong        11        (RFC 1483 ATM
  9492. >20    lelong        12        (raw IP
  9493. >20    lelong        13        (BSD/OS SLIP
  9494. >20    lelong        14        (BSD/OS PPP
  9495. >16    lelong        x        \b, capture length %d)
  9496.  
  9497. #
  9498. # AIX "iptrace" capture files.
  9499. #
  9500. 0    string        iptrace\ 1.0    "iptrace" capture file
  9501. 0    string        iptrace\ 2.0    "iptrace" capture file
  9502.  
  9503. #
  9504. # Novell LANalyzer capture files.
  9505. #
  9506. 0    leshort        0x1001        LANalyzer capture file
  9507. 0    leshort        0x1007        LANalyzer capture file
  9508.  
  9509. #
  9510. # HP-UX "nettl" capture files.
  9511. #
  9512. 0    string        \x54\x52\x00\x64\x00    "nettl" capture file
  9513.  
  9514. #
  9515. # RADCOM WAN/LAN Analyzer capture files.
  9516. #
  9517. 0    string        \x42\xd2\x00\x34\x12\x66\x22\x88    RADCOM WAN/LAN Analyzer capture file
  9518.  
  9519. #
  9520. # NetStumbler log files.  Not really packets, per se, but about as
  9521. # close as you can get.  These are log files from NetStumbler, a
  9522. # Windows program, that scans for 802.11b networks.
  9523. #
  9524. 0    string        NetS        NetStumbler log file
  9525. >8    lelong        x        \b, %d stations found
  9526.  
  9527. #
  9528. # EtherPeek/AiroPeek "version 9" capture files.
  9529. #
  9530. 0    string        \177ver        EtherPeek/AiroPeek capture file
  9531.  
  9532. #
  9533. # Visual Networks traffic capture files.
  9534. #
  9535. 0    string        \x05VNF        Visual Networks traffic capture file
  9536.  
  9537. #
  9538. # Network Instruments Observer capture files.
  9539. #
  9540. 0    string        ObserverPktBuffe    Network Instruments Observer capture file
  9541.  
  9542. #
  9543. # Files from Accellent Group's 5View products.
  9544. #
  9545. 0    string        \xaa\xaa\xaa\xaa    5View capture file
  9546.  
  9547. #------------------------------------------------------------------------------
  9548. # Dyadic: file(1) magic for Dyalog APL.
  9549. #
  9550. 0     byte    0xaa
  9551. >1    byte    <4        Dyalog APL
  9552. >>1    byte    0x00        incomplete workspace
  9553. >>1    byte    0x01        component file
  9554. >>1    byte    0x02        external variable
  9555. >>1    byte    0x03        workspace
  9556. >>2    byte    x        version %d
  9557. >>3    byte    x        .%d
  9558.  
  9559. #------------------------------------------------------------------------------
  9560. # softquad:  file(1) magic for SoftQuad Publishing Software
  9561. #
  9562. # Author/Editor and RulesBuilder
  9563. #
  9564. # XXX - byte order?
  9565. #
  9566. 0    string        \<!SQ\ DTD>    Compiled SGML rules file
  9567. >9    string        >\0         Type %s
  9568. 0    string        \<!SQ\ A/E>    A/E SGML Document binary
  9569. >9    string        >\0         Type %s
  9570. 0    string        \<!SQ\ STS>    A/E SGML binary styles file
  9571. >9    string        >\0         Type %s
  9572. 0    short        0xc0de        Compiled PSI (v1) data
  9573. 0    short        0xc0da        Compiled PSI (v2) data
  9574. >3    string        >\0        (%s)
  9575. # Binary sqtroff font/desc files...
  9576. 0    short        0125252        SoftQuad DESC or font file binary
  9577. >2    short        >0        - version %d
  9578. # Bitmaps...
  9579. 0    string        SQ\ BITMAP1    SoftQuad Raster Format text
  9580. #0    string        SQ\ BITMAP2    SoftQuad Raster Format data
  9581. # sqtroff intermediate language (replacement for ditroff int. lang.)
  9582. 0    string        X\         SoftQuad troff Context intermediate
  9583. >2    string        495        for AT&T 495 laser printer
  9584. >2    string        hp        for Hewlett-Packard LaserJet
  9585. >2    string        impr        for IMAGEN imPRESS
  9586. >2    string        ps        for PostScript
  9587.  
  9588. #------------------------------------------------------------------------------
  9589. # spectrum:  file(1) magic for Spectrum emulator files.
  9590. #
  9591. # John Elliott <jce@seasip.demon.co.uk>
  9592.  
  9593. #
  9594. # Spectrum +3DOS header
  9595. #
  9596. 0       string          PLUS3DOS\032    Spectrum +3 data
  9597. >15     byte            0               - BASIC program
  9598. >15     byte            1               - number array
  9599. >15     byte            2               - character array
  9600. >15     byte            3               - memory block
  9601. >>16    belong          0x001B0040      (screen)
  9602. >15     byte            4               - Tasword document
  9603. >15     string          TAPEFILE        - ZXT tapefile
  9604. #
  9605. # Tape file. This assumes the .TAP starts with a Spectrum-format header,
  9606. # which nearly all will.
  9607. #
  9608. 0       string          \023\000\000    Spectrum .TAP data
  9609. >4      string          x               "%-10.10s"
  9610. >3      byte            0               - BASIC program
  9611. >3      byte            1               - number array
  9612. >3      byte            2               - character array
  9613. >3      byte            3               - memory block
  9614. >>14    belong          0x001B0040      (screen)
  9615.  
  9616. # The following three blocks are from pak21-spectrum@srcf.ucam.org
  9617. # TZX tape images
  9618. 0      string          ZXTape!\x1a     Spectrum .TZX data
  9619. >8     byte            x               version %d
  9620. >9     byte            x               .%d
  9621.  
  9622. # RZX input recording files
  9623. 0      string          RZX!            Spectrum .RZX data
  9624. >4     byte            x               version %d
  9625. >5     byte            x               .%d
  9626.  
  9627. # And three sorts of disk image
  9628. 0      string          MV\ -\ CPCEMU\ Disk-Fil Amstrad/Spectrum .DSK data
  9629. 0      string          MV\ -\ CPC\ format\ Dis Amstrad/Spectrum DU54 .DSK data
  9630. 0      string          EXTENDED\ CPC\ DSK\ Fil Amstrad/Spectrum Extended .DSK data
  9631.  
  9632. #------------------------------------------------------------------------------
  9633. # sql:  file(1) magic for SQL files
  9634. #
  9635. # From: "Marty Leisner" <mleisner@eng.mc.xerox.com>
  9636. # Recognize some MySQL files.
  9637. #
  9638. 0    beshort            0xfe01        MySQL table definition file
  9639. >2    byte            x        Version %d
  9640. 0    belong&0xffffff00    0xfefe0300    MySQL MISAM index file
  9641. >3    byte            x        Version %d
  9642. 0    belong&0xffffff00    0xfefe0700    MySQL MISAM compressed data file
  9643. >3    byte            x        Version %d
  9644. 0    belong&0xffffff00    0xfefe0500    MySQL ISAM index file
  9645. >3    byte            x        Version %d
  9646. 0    belong&0xffffff00    0xfefe0600    MySQL ISAM compressed data file
  9647. >3    byte            x        Version %d
  9648. 0    string             \376bin        MySQL replication log
  9649.  
  9650. #------------------------------------------------------------------------------
  9651. # sun:  file(1) magic for Sun machines
  9652. #
  9653. # Values for big-endian Sun (MC680x0, SPARC) binaries on pre-5.x
  9654. # releases.  (5.x uses ELF.)
  9655. #
  9656. 0    belong&077777777    0600413        sparc demand paged
  9657. >0    byte        &0x80
  9658. >>20    belong        <4096        shared library
  9659. >>20    belong        =4096        dynamically linked executable
  9660. >>20    belong        >4096        dynamically linked executable
  9661. >0    byte        ^0x80        executable
  9662. >16    belong        >0        not stripped
  9663. 0    belong&077777777    0600410        sparc pure
  9664. >0    byte        &0x80        dynamically linked executable
  9665. >0    byte        ^0x80        executable
  9666. >16    belong        >0        not stripped
  9667. 0    belong&077777777    0600407        sparc
  9668. >0    byte        &0x80        dynamically linked executable
  9669. >0    byte        ^0x80        executable
  9670. >16    belong        >0        not stripped
  9671.  
  9672. 0    belong&077777777    0400413        mc68020 demand paged
  9673. >0    byte        &0x80
  9674. >>20    belong        <4096        shared library
  9675. >>20    belong        =4096        dynamically linked executable
  9676. >>20    belong        >4096        dynamically linked executable
  9677. >16    belong        >0        not stripped
  9678. 0    belong&077777777    0400410        mc68020 pure
  9679. >0    byte        &0x80        dynamically linked executable
  9680. >0    byte        ^0x80        executable
  9681. >16    belong        >0        not stripped
  9682. 0    belong&077777777    0400407        mc68020
  9683. >0    byte        &0x80        dynamically linked executable
  9684. >0    byte        ^0x80        executable
  9685. >16    belong        >0        not stripped
  9686.  
  9687. 0    belong&077777777    0200413        mc68010 demand paged
  9688. >0    byte        &0x80
  9689. >>20    belong        <4096        shared library
  9690. >>20    belong        =4096        dynamically linked executable
  9691. >>20    belong        >4096        dynamically linked executable
  9692. >16    belong        >0        not stripped
  9693. 0    belong&077777777    0200410        mc68010 pure
  9694. >0    byte        &0x80        dynamically linked executable
  9695. >0    byte        ^0x80        executable
  9696. >16    belong        >0        not stripped
  9697. 0    belong&077777777    0200407        mc68010
  9698. >0    byte        &0x80        dynamically linked executable
  9699. >0    byte        ^0x80        executable
  9700. >16    belong        >0        not stripped
  9701.  
  9702. # reworked these to avoid anything beginning with zero becoming "old sun-2"
  9703. 0    belong        0407        old sun-2 executable
  9704. >16    belong        >0        not stripped
  9705. 0    belong        0410        old sun-2 pure executable
  9706. >16    belong        >0        not stripped
  9707. 0    belong        0413        old sun-2 demand paged executable
  9708. >16    belong        >0        not stripped
  9709.  
  9710. #
  9711. # Core files.  "SPARC 4.x BCP" means "core file from a SunOS 4.x SPARC
  9712. # binary executed in compatibility mode under SunOS 5.x".
  9713. #
  9714. 0    belong        0x080456    SunOS core file
  9715. >4    belong        432        (SPARC)
  9716. >>132    string        >\0        from '%s'
  9717. >>116    belong        =3        (quit)
  9718. >>116    belong        =4        (illegal instruction)
  9719. >>116    belong        =5        (trace trap)
  9720. >>116    belong        =6        (abort)
  9721. >>116    belong        =7        (emulator trap)
  9722. >>116    belong        =8        (arithmetic exception)
  9723. >>116    belong        =9        (kill)
  9724. >>116    belong        =10        (bus error)
  9725. >>116    belong        =11        (segmentation violation)
  9726. >>116    belong        =12        (bad argument to system call)
  9727. >>116    belong        =29        (resource lost)
  9728. >>120    belong        x        (T=%dK,
  9729. >>124    belong        x        D=%dK,
  9730. >>128    belong        x        S=%dK)
  9731. >4    belong        826        (68K)
  9732. >>128    string        >\0        from '%s'
  9733. >4    belong        456        (SPARC 4.x BCP)
  9734. >>152    string        >\0        from '%s'
  9735. # Sun SunPC
  9736. 0    long        0xfa33c08e    SunPC 4.0 Hard Disk
  9737. 0    string        #SUNPC_CONFIG    SunPC 4.0 Properties Values
  9738. # Sun snoop (see RFC 1761, which describes the capture file format).
  9739. #
  9740. 0    string        snoop        Snoop capture file
  9741. >8    belong        >0        - version %ld
  9742. >12    belong        0        (IEEE 802.3)
  9743. >12    belong        1        (IEEE 802.4)
  9744. >12    belong        2        (IEEE 802.5)
  9745. >12    belong        3        (IEEE 802.6)
  9746. >12    belong        4        (Ethernet)
  9747. >12    belong        5        (HDLC)
  9748. >12    belong        6        (Character synchronous)
  9749. >12    belong        7        (IBM channel-to-channel adapter)
  9750. >12    belong        8        (FDDI)
  9751. >12    belong        9        (Unknown)
  9752.  
  9753. # Microsoft ICM color profile
  9754. 36    string        acspMSFT    Microsoft ICM Color Profile
  9755. # Sun KCMS
  9756. 36    string        acsp        Kodak Color Management System, ICC Profile
  9757.  
  9758. #---------------------------------------------------------------------------
  9759. # The following entries have been tested by Duncan Laurie <duncan@sun.com> (a
  9760. # lead Sun/Cobalt developer) who agrees that they are good and worthy of
  9761. # inclusion.
  9762.  
  9763. # Boot ROM images for Sun/Cobalt Linux server appliances
  9764. 0       string  Cobalt\ Networks\ Inc.\nFirmware\ v     Paged COBALT boot rom
  9765. >38     string x        V%.4s
  9766.  
  9767. # New format for Sun/Cobalt boot ROMs is annoying, it stores the version code
  9768. # at the very end where file(1) can't get it.
  9769. 0       string CRfs     COBALT boot rom data (Flat boot rom or file system)
  9770.  
  9771.  
  9772. #------------------------------------------------------------------------
  9773. # sysex: file(1) magic for MIDI sysex files
  9774. #
  9775. 0    byte            0xF0        SysEx File -
  9776.  
  9777. # North American Group
  9778. >1    byte            0x01        Sequential
  9779. >1    byte            0x02        IDP
  9780. >1    byte            0x03        OctavePlateau
  9781. >1    byte            0x04        Moog
  9782. >1    byte            0x05        Passport
  9783. >1    byte            0x06        Lexicon
  9784. >1    byte            0x07        Kurzweil
  9785. >1    byte            0x08        Fender
  9786. >1    byte            0x09        Gulbransen
  9787. >1    byte            0x0a        AKG
  9788. >1    byte            0x0b        Voyce
  9789. >1    byte            0x0c        Waveframe
  9790. >1    byte            0x0d        ADA
  9791. >1    byte            0x0e        Garfield
  9792. >1    byte            0x0f        Ensoniq
  9793. >1    byte            0x10        Oberheim
  9794. >1    byte            0x11        Apple
  9795. >1    byte            0x12        GreyMatter
  9796. >1    byte            0x14        PalmTree
  9797. >1    byte            0x15        JLCooper
  9798. >1    byte            0x16        Lowrey
  9799. >1    byte            0x17        AdamsSmith
  9800. >1    byte            0x18        E-mu
  9801. >1    byte            0x19        Harmony
  9802. >1    byte            0x1a        ART
  9803. >1    byte            0x1b        Baldwin
  9804. >1    byte            0x1c        Eventide
  9805. >1    byte            0x1d        Inventronics
  9806. >1    byte            0x1f        Clarity
  9807.  
  9808. # European Group
  9809. >1    byte            0x21        SIEL
  9810. >1    byte            0x22        Synthaxe
  9811. >1    byte            0x24        Hohner
  9812. >1    byte            0x25        Twister
  9813. >1    byte            0x26        Solton
  9814. >1    byte            0x27        Jellinghaus
  9815. >1    byte            0x28        Southworth
  9816. >1    byte            0x29        PPG
  9817. >1    byte            0x2a        JEN
  9818. >1    byte            0x2b        SSL
  9819. >1    byte            0x2c        AudioVertrieb
  9820.  
  9821. >1    byte            0x2f        ELKA
  9822. >>3    byte            0x09        EK-44
  9823.  
  9824. >1    byte            0x30        Dynacord
  9825. >1    byte            0x33        Clavia
  9826. >1    byte            0x39        Soundcraft
  9827.  
  9828. >1    byte            0x3e        Waldorf
  9829. >>3    byte            0x7f        Microwave I
  9830.  
  9831. # Japanese Group
  9832. >1    byte            0x40        Kawai
  9833. >>3    byte            0x20        K1
  9834. >>3    byte            0x22        K4
  9835.  
  9836. >1    byte            0x41        Roland
  9837. >>3    byte            0x14        D-50
  9838. >>3    byte            0x2b        U-220
  9839. >>3    byte            0x02        TR-707
  9840.  
  9841. >1    byte            0x42        Korg
  9842. >>3    byte            0x19        M1
  9843.  
  9844. >1    byte            0x43        Yamaha
  9845. >1    byte            0x44        Casio
  9846. >1    byte            0x46        Kamiya
  9847. >1    byte            0x47        Akai
  9848. >1    byte            0x48        Victor
  9849. >1    byte            0x49        Mesosha
  9850. >1    byte            0x4b        Fujitsu
  9851. >1    byte            0x4c        Sony
  9852. >1    byte            0x4e        Teac
  9853. >1    byte            0x50        Matsushita
  9854. >1    byte            0x51        Fostex
  9855. >1    byte            0x52        Zoom
  9856. >1    byte            0x54        Matsushita
  9857. >1    byte            0x57        Acoustic tech. lab.
  9858.  
  9859. >1    belong&0xffffff00    0x00007400    Ta Horng
  9860. >1    belong&0xffffff00    0x00007500    e-Tek
  9861. >1    belong&0xffffff00    0x00007600    E-Voice
  9862. >1    belong&0xffffff00    0x00007700    Midisoft
  9863. >1    belong&0xffffff00    0x00007800    Q-Sound
  9864. >1    belong&0xffffff00    0x00007900    Westrex
  9865. >1    belong&0xffffff00    0x00007a00    Nvidia*
  9866. >1    belong&0xffffff00    0x00007b00    ESS
  9867. >1    belong&0xffffff00    0x00007c00    Mediatrix
  9868. >1    belong&0xffffff00    0x00007d00    Brooktree
  9869. >1    belong&0xffffff00    0x00007e00    Otari
  9870. >1    belong&0xffffff00    0x00007f00    Key Electronics
  9871. >1    belong&0xffffff00    0x00010000    Shure
  9872. >1    belong&0xffffff00    0x00010100    AuraSound
  9873. >1    belong&0xffffff00    0x00010200    Crystal
  9874. >1    belong&0xffffff00    0x00010300    Rockwell
  9875. >1    belong&0xffffff00    0x00010400    Silicon Graphics
  9876. >1    belong&0xffffff00    0x00010500    Midiman
  9877. >1    belong&0xffffff00    0x00010600    PreSonus
  9878. >1    belong&0xffffff00    0x00010800    Topaz
  9879. >1    belong&0xffffff00    0x00010900    Cast Lightning
  9880. >1    belong&0xffffff00    0x00010a00    Microsoft
  9881. >1    belong&0xffffff00    0x00010b00    Sonic Foundry
  9882. >1    belong&0xffffff00    0x00010c00    Line 6
  9883. >1    belong&0xffffff00    0x00010d00    Beatnik Inc.
  9884. >1    belong&0xffffff00    0x00010e00    Van Koerving
  9885. >1    belong&0xffffff00    0x00010f00    Altech Systems
  9886. >1    belong&0xffffff00    0x00011000    S & S Research
  9887. >1    belong&0xffffff00    0x00011100    VLSI Technology
  9888. >1    belong&0xffffff00    0x00011200    Chromatic
  9889. >1    belong&0xffffff00    0x00011300    Sapphire
  9890. >1    belong&0xffffff00    0x00011400    IDRC
  9891. >1    belong&0xffffff00    0x00011500    Justonic Tuning
  9892. >1    belong&0xffffff00    0x00011600    TorComp
  9893. >1    belong&0xffffff00    0x00011700    Newtek Inc.
  9894. >1    belong&0xffffff00    0x00011800    Sound Sculpture
  9895. >1    belong&0xffffff00    0x00011900    Walker Technical
  9896. >1    belong&0xffffff00    0x00011a00    Digital Harmony
  9897. >1    belong&0xffffff00    0x00011b00    InVision
  9898. >1    belong&0xffffff00    0x00011c00    T-Square
  9899. >1    belong&0xffffff00    0x00011d00    Nemesys
  9900. >1    belong&0xffffff00    0x00011e00    DBX
  9901. >1    belong&0xffffff00    0x00011f00    Syndyne
  9902. >1    belong&0xffffff00    0x00012000    Bitheadz    
  9903. >1    belong&0xffffff00    0x00012100    Cakewalk
  9904. >1    belong&0xffffff00    0x00012200    Staccato
  9905. >1    belong&0xffffff00    0x00012300    National Semicon.
  9906. >1    belong&0xffffff00    0x00012400    Boom Theory
  9907. >1    belong&0xffffff00    0x00012500    Virtual DSP Corp
  9908. >1    belong&0xffffff00    0x00012600    Antares
  9909. >1    belong&0xffffff00    0x00012700    Angel Software
  9910. >1    belong&0xffffff00    0x00012800    St Louis Music
  9911. >1    belong&0xffffff00    0x00012900    Lyrrus dba G-VOX
  9912. >1    belong&0xffffff00    0x00012a00    Ashley Audio
  9913. >1    belong&0xffffff00    0x00012b00    Vari-Lite
  9914. >1    belong&0xffffff00    0x00012c00    Summit Audio
  9915. >1    belong&0xffffff00    0x00012d00    Aureal Semicon.
  9916. >1    belong&0xffffff00    0x00012e00    SeaSound
  9917. >1    belong&0xffffff00    0x00012f00    U.S. Robotics
  9918. >1    belong&0xffffff00    0x00013000    Aurisis
  9919. >1    belong&0xffffff00    0x00013100    Nearfield Multimedia
  9920. >1    belong&0xffffff00    0x00013200    FM7 Inc.
  9921. >1    belong&0xffffff00    0x00013300    Swivel Systems
  9922. >1    belong&0xffffff00    0x00013400    Hyperactive
  9923. >1    belong&0xffffff00    0x00013500    MidiLite
  9924. >1    belong&0xffffff00    0x00013600    Radical
  9925. >1    belong&0xffffff00    0x00013700    Roger Linn
  9926. >1    belong&0xffffff00    0x00013800    Helicon
  9927. >1    belong&0xffffff00    0x00013900    Event
  9928. >1    belong&0xffffff00    0x00013a00    Sonic Network
  9929. >1    belong&0xffffff00    0x00013b00    Realtime Music
  9930. >1    belong&0xffffff00    0x00013c00    Apogee Digital
  9931.  
  9932. >1    belong&0xffffff00    0x00202b00    Medeli Electronics
  9933. >1    belong&0xffffff00    0x00202c00    Charlie Lab
  9934. >1    belong&0xffffff00    0x00202d00    Blue Chip Music
  9935. >1    belong&0xffffff00    0x00202e00    BEE OH Corp
  9936. >1    belong&0xffffff00    0x00202f00    LG Semicon America
  9937. >1    belong&0xffffff00    0x00203000    TESI
  9938. >1    belong&0xffffff00    0x00203100    EMAGIC
  9939. >1    belong&0xffffff00    0x00203200    Behringer
  9940. >1    belong&0xffffff00    0x00203300    Access Music
  9941. >1    belong&0xffffff00    0x00203400    Synoptic
  9942. >1    belong&0xffffff00    0x00203500    Hanmesoft Corp
  9943. >1    belong&0xffffff00    0x00203600    Terratec
  9944. >1    belong&0xffffff00    0x00203700    Proel SpA
  9945. >1    belong&0xffffff00    0x00203800    IBK MIDI
  9946. >1    belong&0xffffff00    0x00203900    IRCAM
  9947. >1    belong&0xffffff00    0x00203a00    Propellerhead Software
  9948. >1    belong&0xffffff00    0x00203b00    Red Sound Systems
  9949. >1    belong&0xffffff00    0x00203c00    Electron ESI AB
  9950. >1    belong&0xffffff00    0x00203d00    Sintefex Audio
  9951. >1    belong&0xffffff00    0x00203e00    Music and More
  9952. >1    belong&0xffffff00    0x00203f00    Amsaro
  9953. >1    belong&0xffffff00    0x00204000    CDS Advanced Technology
  9954. >1    belong&0xffffff00    0x00204100    Touched by Sound
  9955. >1    belong&0xffffff00    0x00204200    DSP Arts
  9956. >1    belong&0xffffff00    0x00204300    Phil Rees Music
  9957. >1    belong&0xffffff00    0x00204400    Stamer Musikanlagen GmbH
  9958. >1    belong&0xffffff00    0x00204500    Soundart
  9959. >1    belong&0xffffff00    0x00204600    C-Mexx Software
  9960. >1    belong&0xffffff00    0x00204700    Klavis Tech.
  9961. >1    belong&0xffffff00    0x00204800    Noteheads AB
  9962.  
  9963. 0    string            T707        Roland TR-707 Data
  9964. #------------------------------------------------------------------------------
  9965. # teapot:  file(1) magic for "teapot" spreadsheet
  9966. #
  9967. 0       string          #!teapot\012xdr      teapot work sheet (XDR format)
  9968.  
  9969. #------------------------------------------------------------------------------
  9970. # terminfo:  file(1) magic for terminfo
  9971. #
  9972. # XXX - byte order for screen images?
  9973. #
  9974. 0    string        \032\001    Compiled terminfo entry
  9975. 0    short        0433        Curses screen image
  9976. 0    short        0434        Curses screen image
  9977.  
  9978. #------------------------------------------------------------------------------
  9979. # tex:  file(1) magic for TeX files
  9980. #
  9981. # From <conklin@talisman.kaleida.com>
  9982.  
  9983. # Although we may know the offset of certain text fields in TeX DVI
  9984. # and font files, we can't use them reliably because they are not
  9985. # zero terminated. [but we do anyway, christos]
  9986. 0    string        \367\002    TeX DVI file
  9987. >16    string        >\0        (%s)
  9988. 0    string        \367\203    TeX generic font data
  9989. 0    string        \367\131    TeX packed font data
  9990. >3    string        >\0        (%s)
  9991. 0    string        \367\312    TeX virtual font data
  9992. 0    string        This\ is\ TeX,    TeX transcript text
  9993. 0    string        This\ is\ METAFONT,    METAFONT transcript text
  9994.  
  9995. # There is no way to detect TeX Font Metric (*.tfm) files without
  9996. # breaking them apart and reading the data.  The following patterns
  9997. # match most *.tfm files generated by METAFONT or afm2tfm.
  9998. 2    string        \000\021    TeX font metric data
  9999. >33    string        >\0        (%s)
  10000. 2    string        \000\022    TeX font metric data
  10001. >33    string        >\0        (%s)
  10002.  
  10003. # Texinfo and GNU Info, from Daniel Quinlan (quinlan@yggdrasil.com)
  10004. 0    string        \\input\ texinfo    Texinfo source text
  10005. 0    string        This\ is\ Info\ file    GNU Info text
  10006.  
  10007. # TeX documents, from Daniel Quinlan (quinlan@yggdrasil.com)
  10008. 0    string        \\input        TeX document text
  10009. 0    string        \\section    LaTeX document text
  10010. 0    string        \\setlength    LaTeX document text
  10011. 0    string        \\documentstyle    LaTeX document text
  10012. 0    string        \\chapter    LaTeX document text
  10013. 0    string        \\documentclass    LaTeX 2e document text
  10014. 0    string        \\relax        LaTeX auxiliary file
  10015. 0    string        \\contentsline    LaTeX  table of contents
  10016. 0    string        %\ -*-latex-*-    LaTeX document text
  10017.  
  10018. # Tex document, from Hendrik Scholz <hendrik@scholz.net>
  10019. 0   string      \\ifx       TeX document text
  10020.  
  10021. # Index and glossary files
  10022. 0    string        \\indexentry    LaTeX raw index file
  10023. 0    string        \\begin{theindex}    LaTeX sorted index
  10024. 0    string        \\glossaryentry    LaTeX raw glossary
  10025. 0    string        \\begin{theglossary}    LaTeX sorted glossary
  10026. 0    string        This\ is\ makeindex    Makeindex log file
  10027.  
  10028. # End of TeX
  10029.  
  10030. #------------------------------------------------------------------------------
  10031. # file(1) magic for BibTex text files
  10032. # From Hendrik Scholz <hendrik@scholz.net>
  10033.  
  10034. 0   string/c @article{        BibTeX text file
  10035. 0   string/c @book{           BibTeX text file
  10036. 0   string/c @inbook{         BibTeX text file
  10037. 0   string/c @incollection{   BibTeX text file
  10038. 0   string/c @inproceedings{  BibTeX text file
  10039. 0   string/c @manual{         BibTeX text file
  10040. 0   string/c @misc{           BibTeX text file
  10041. 0   string/c @preamble{       BibTeX text file
  10042. 0   string/c @phdthesis{      BibTeX text file
  10043. 0   string/c @techreport{     BibTeX text file
  10044. 0   string/c @unpublished{    BibTeX text file
  10045.  
  10046. 73  string %%%\ \ BibTeX-file{ BibTex text file (with full header)
  10047.  
  10048. 73  string %%%\ \ @BibTeX-style-file{   BibTeX style text file (with full header)
  10049.  
  10050. 0   string %\ BibTeX\ standard\ bibliography\      BibTeX standard bibliography style text file
  10051.  
  10052. 0   string %\ BibTeX\ `     BibTeX custom bibliography style text file
  10053.  
  10054. 0   string  @c\ @mapfile{   TeX font aliases text file
  10055.  
  10056. #------------------------------------------------------------------------------
  10057. # file(1) magic for tgif(1) files
  10058. # From Hendrik Scholz <hendrik@scholz.net>
  10059.  
  10060. 0   string  %TGIF\ 4   tgif version 4 object file
  10061.  
  10062. # ------------------------------------------------------------------------
  10063. # ti-8x: file(1) magic for the TI-8x and TI-9x Graphing Calculators.
  10064. #
  10065. # From: Ryan McGuire (rmcguire@freenet.columbus.oh.us).
  10066. #
  10067. # Update: Romain Lievin (roms@lpg.ticalc.org).
  10068. #
  10069. # NOTE: This list is not complete.
  10070. # Files for the TI-80 and TI-81 are pretty rare. I'm not going to put the
  10071. # program/group magic numbers in here because I cannot find any.
  10072. 0        string        **TI80**    TI-80 Graphing Calculator File.
  10073. 0        string        **TI81**    TI-81 Graphing Calculator File.
  10074. #
  10075. # Magic Numbers for the TI-73
  10076. #
  10077. 0        string        **TI73**    TI-73 Graphing Calculator
  10078. >0x00003B    byte        0x00        (real number)
  10079. >0x00003B    byte        0x01        (list)
  10080. >0x00003B    byte        0x02        (matrix)
  10081. >0x00003B    byte        0x03        (equation)
  10082. >0x00003B    byte        0x04        (string)
  10083. >0x00003B    byte        0x05        (program)
  10084. >0x00003B    byte        0x06        (assembly program)
  10085. >0x00003B    byte        0x07        (picture)
  10086. >0x00003B    byte        0x08        (gdb)
  10087. >0x00003B    byte        0x0C        (complex number)
  10088. >0x00003B    byte        0x0F        (window settings)
  10089. >0x00003B    byte        0x10        (zoom)
  10090. >0x00003B    byte        0x11        (table setup)
  10091. >0x00003B    byte        0x13        (backup)
  10092.  
  10093. # Magic Numbers for the TI-82
  10094. #
  10095. 0        string        **TI82**    TI-82 Graphing Calculator
  10096. >0x00003B    byte        0x00        (real)
  10097. >0x00003B    byte        0x01        (list)
  10098. >0x00003B    byte        0x02        (matrix)
  10099. >0x00003B    byte        0x03        (Y-variable)
  10100. >0x00003B    byte        0x05        (program)
  10101. >0x00003B    byte        0x06        (protected prgm)
  10102. >0x00003B    byte        0x07        (picture)
  10103. >0x00003B    byte        0x08        (gdb)
  10104. >0x00003B    byte        0x0B        (window settings)
  10105. >0x00003B    byte        0x0C        (window settings)
  10106. >0x00003B    byte        0x0D        (table setup)
  10107. >0x00003B    byte        0x0E        (screenshot)
  10108. >0x00003B    byte        0x0F        (backup)
  10109. #
  10110. # Magic Numbers for the TI-83
  10111. #
  10112. 0        string        **TI83**    TI-83 Graphing Calculator
  10113. >0x00003B    byte        0x00        (real)
  10114. >0x00003B    byte        0x01        (list)
  10115. >0x00003B    byte        0x02        (matrix)
  10116. >0x00003B    byte        0x03        (Y-variable)
  10117. >0x00003B    byte        0x04        (string)
  10118. >0x00003B    byte        0x05        (program)
  10119. >0x00003B    byte        0x06        (protected prgm)
  10120. >0x00003B    byte        0x07        (picture)
  10121. >0x00003B    byte        0x08        (gdb)
  10122. >0x00003B    byte        0x0B        (window settings)
  10123. >0x00003B    byte        0x0C        (window settings)
  10124. >0x00003B    byte        0x0D        (table setup)
  10125. >0x00003B    byte        0x0E        (screenshot)
  10126. >0x00003B    byte        0x13        (backup)
  10127. #
  10128. # Magic Numbers for the TI-83+
  10129. #
  10130. 0        string        **TI83F*    TI-83+ Graphing Calculator
  10131. >0x00003B    byte        0x00        (real number)
  10132. >0x00003B    byte        0x01        (list)
  10133. >0x00003B    byte        0x02        (matrix)
  10134. >0x00003B    byte        0x03        (equation)
  10135. >0x00003B    byte        0x04        (string)
  10136. >0x00003B    byte        0x05        (program)
  10137. >0x00003B    byte        0x06        (assembly program)
  10138. >0x00003B    byte        0x07        (picture)
  10139. >0x00003B    byte        0x08        (gdb)
  10140. >0x00003B    byte        0x0C        (complex number)
  10141. >0x00003B    byte        0x0F        (window settings)
  10142. >0x00003B    byte        0x10        (zoom)
  10143. >0x00003B    byte        0x11        (table setup)
  10144. >0x00003B    byte        0x13        (backup)
  10145. >0x00003B    byte        0x15        (application variable)
  10146. >0x00003B    byte        0x17        (group of variable)
  10147.  
  10148. #
  10149. # Magic Numbers for the TI-85
  10150. #
  10151. 0        string        **TI85**    TI-85 Graphing Calculator
  10152. >0x00003B    byte        0x00        (real number)
  10153. >0x00003B    byte        0x01        (complex number)
  10154. >0x00003B    byte        0x02        (real vector)
  10155. >0x00003B    byte        0x03        (complex vector)
  10156. >0x00003B    byte        0x04        (real list)
  10157. >0x00003B    byte        0x05        (complex list)
  10158. >0x00003B    byte        0x06        (real matrix)
  10159. >0x00003B    byte        0x07        (complex matrix)
  10160. >0x00003B    byte        0x08        (real constant)
  10161. >0x00003B    byte        0x09        (complex constant)
  10162. >0x00003B    byte        0x0A        (equation)
  10163. >0x00003B    byte        0x0C        (string)
  10164. >0x00003B    byte        0x0D        (function GDB)
  10165. >0x00003B    byte        0x0E        (polar GDB)
  10166. >0x00003B    byte        0x0F        (parametric GDB)
  10167. >0x00003B    byte        0x10        (diffeq GDB)
  10168. >0x00003B    byte        0x11        (picture)
  10169. >0x00003B    byte        0x12        (program)
  10170. >0x00003B    byte        0x13        (range)
  10171. >0x00003B    byte        0x17        (window settings)
  10172. >0x00003B    byte        0x18        (window settings)
  10173. >0x00003B    byte        0x19        (window settings)
  10174. >0x00003B    byte        0x1A        (window settings)
  10175. >0x00003B    byte        0x1B        (zoom)
  10176. >0x00003B    byte        0x1D        (backup)
  10177. >0x00003B    byte        0x1E        (unknown)
  10178. >0x00003B    byte        0x2A        (equation)
  10179. >0x000032    string        ZS4        - ZShell Version 4 File.
  10180. >0x000032    string        ZS3        - ZShell Version 3 File.
  10181. #
  10182. # Magic Numbers for the TI-86
  10183. #
  10184. 0        string        **TI86**    TI-86 Graphing Calculator
  10185. >0x00003B    byte        0x00        (real number)
  10186. >0x00003B    byte        0x01        (complex number)
  10187. >0x00003B    byte        0x02        (real vector)
  10188. >0x00003B    byte        0x03        (complex vector)
  10189. >0x00003B    byte        0x04        (real list)
  10190. >0x00003B    byte        0x05        (complex list)
  10191. >0x00003B    byte        0x06        (real matrix)
  10192. >0x00003B    byte        0x07        (complex matrix)
  10193. >0x00003B    byte        0x08        (real constant)
  10194. >0x00003B    byte        0x09        (complex constant)
  10195. >0x00003B    byte        0x0A        (equation)
  10196. >0x00003B    byte        0x0C        (string)
  10197. >0x00003B    byte        0x0D        (function GDB)
  10198. >0x00003B    byte        0x0E        (polar GDB)
  10199. >0x00003B    byte        0x0F        (parametric GDB)
  10200. >0x00003B    byte        0x10        (diffeq GDB)
  10201. >0x00003B    byte        0x11        (picture)
  10202. >0x00003B    byte        0x12        (program)
  10203. >0x00003B    byte        0x13        (range)
  10204. >0x00003B    byte        0x17        (window settings)
  10205. >0x00003B    byte        0x18        (window settings)
  10206. >0x00003B    byte        0x19        (window settings)
  10207. >0x00003B    byte        0x1A        (window settings)
  10208. >0x00003B    byte        0x1B        (zoom)
  10209. >0x00003B    byte        0x1D        (backup)
  10210. >0x00003B    byte        0x1E        (unknown)
  10211. >0x00003B    byte        0x2A        (equation)
  10212. #
  10213. # Magic Numbers for the TI-89
  10214. #
  10215. 0        string        **TI89**    TI-89 Graphing Calculator
  10216. >0x000048    byte        0x00        (expression)
  10217. >0x000048    byte        0x04        (list)
  10218. >0x000048    byte        0x06        (matrix)
  10219. >0x000048    byte        0x0A        (data)
  10220. >0x000048    byte        0x0B        (text)
  10221. >0x000048    byte        0x0C        (string)
  10222. >0x000048    byte        0x0D        (graphic data base)
  10223. >0x000048    byte        0x0E        (figure)
  10224. >0x000048    byte        0x10        (picture)
  10225. >0x000048    byte        0x12        (program)
  10226. >0x000048    byte        0x13        (function)
  10227. >0x000048    byte        0x14        (macro)
  10228. >0x000048    byte        0x1C        (zipped)
  10229. >0x000048    byte        0x21        (assembler)
  10230. #
  10231. # Magic Numbers for the TI-92
  10232. #
  10233. 0        string        **TI92**    TI-92 Graphing Calculator
  10234. >0x000048    byte        0x00        (expression)
  10235. >0x000048    byte        0x04        (list)
  10236. >0x000048    byte        0x06        (matrix)
  10237. >0x000048    byte        0x0A        (data)
  10238. >0x000048    byte        0x0B        (text)
  10239. >0x000048    byte        0x0C        (string)
  10240. >0x000048    byte        0x0D        (graphic data base)
  10241. >0x000048    byte        0x0E        (figure)
  10242. >0x000048    byte        0x10        (picture)
  10243. >0x000048    byte        0x12        (program)
  10244. >0x000048    byte        0x13        (function)
  10245. >0x000048    byte        0x14        (macro)
  10246. >0x000048    byte        0x1D        (backup)
  10247. #
  10248. # Magic Numbers for the TI-92+/V200
  10249. #
  10250. 0        string        **TI92P*    TI-92+/V200 Graphing Calculator
  10251. >0x000048    byte        0x00        (expression)
  10252. >0x000048    byte        0x04        (list)
  10253. >0x000048    byte        0x06        (matrix)
  10254. >0x000048    byte        0x0A        (data)
  10255. >0x000048    byte        0x0B        (text)
  10256. >0x000048    byte        0x0C        (string)
  10257. >0x000048    byte        0x0D        (graphic data base)
  10258. >0x000048    byte        0x0E        (figure)
  10259. >0x000048    byte        0x10        (picture)
  10260. >0x000048    byte        0x12        (program)
  10261. >0x000048    byte        0x13        (function)
  10262. >0x000048    byte        0x14        (macro)
  10263. >0x000048    byte        0x1C        (zipped)
  10264. >0x000048    byte        0x21        (assembler)
  10265. #
  10266. # Magic Numbers for the TI-73/83+/89/92+/V200 FLASH upgrades
  10267. #
  10268. 0x0000016    string        Advanced    TI-XX Graphing Calculator (FLASH)
  10269. 0        string        **TIFL**    TI-XX Graphing Calculator (FLASH)
  10270. >8        byte        >0        - Revision %d
  10271. >>9         byte        x        \b.%d,
  10272. >12        byte        >0        Revision date %02x
  10273. >>13        byte        x        \b/%02x
  10274. >>14        beshort        x        \b/%04x,
  10275. >17        string        >/0        name: '%s',
  10276. >48        byte        0x74        device: TI-73,
  10277. >48        byte        0x73        device: TI-83+,
  10278. >48        byte        0x98        device: TI-89,
  10279. >48        byte        0x88        device: TI-92+,
  10280. >49        byte        0x23        type: OS upgrade,
  10281. >49        byte        0x24        type: application,
  10282. >49        byte        0x25        type: certificate,
  10283. >49        byte        0x3e        type: license,
  10284. >74        lelong        >0        size: %ld bytes
  10285.  
  10286. # VTi & TiEmu skins (TI Graphing Calculators).
  10287. # From: Romain Lievin (roms@lpg.ticalc.org).
  10288. # Magic Numbers for the VTi skins
  10289. 0               string          VTI        Virtual TI skin
  10290. >3        string        v        - Version
  10291. >>4        byte        >0        \b %c
  10292. >>6        byte        x        \b.%c
  10293. # Magic Numbers for the TiEmu skins
  10294. 0        string        TiEmu        TiEmu skin
  10295. >6              string          v               - Version
  10296. >>7             byte            >0              \b %c
  10297. >>9             byte            x               \b.%c
  10298. >>10        byte        x        \b%c
  10299.  
  10300. #------------------------------------------------------------------------------
  10301. # timezone:  file(1) magic for timezone data
  10302. #
  10303. # from Daniel Quinlan (quinlan@yggdrasil.com)
  10304. # this should work on Linux, SunOS, and maybe others
  10305. # Added new official magic number for recent versions of the Olson code
  10306. 0    string    TZif    timezone data
  10307. 0    string    \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0    old timezone data
  10308. 0    string    \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0    old timezone data
  10309. 0    string  \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0    old timezone data
  10310. 0    string    \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0    old timezone data
  10311. 0    string    \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5\0    old timezone data
  10312. 0    string    \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\0    old timezone data
  10313.  
  10314. #------------------------------------------------------------------------------
  10315. # troff:  file(1) magic for *roff
  10316. #
  10317. # updated by Daniel Quinlan (quinlan@yggdrasil.com)
  10318.  
  10319. # troff input
  10320. 0    string        .\\"        troff or preprocessor input text
  10321. 0    string        '\\"        troff or preprocessor input text
  10322. 0    string        '.\\"        troff or preprocessor input text
  10323. 0    string        \\"        troff or preprocessor input text
  10324. 0    string        '''        troff or preprocessor input text
  10325.  
  10326. # ditroff intermediate output text
  10327. 0    string        x\ T        ditroff output text
  10328. >4    string        cat        for the C/A/T phototypesetter
  10329. >4    string        ps        for PostScript
  10330. >4    string        dvi        for DVI
  10331. >4    string        ascii        for ASCII
  10332. >4    string        lj4        for LaserJet 4
  10333. >4    string        latin1        for ISO 8859-1 (Latin 1)
  10334. >4    string        X75        for xditview at 75dpi
  10335. >>7    string        -12        (12pt)
  10336. >4    string        X100        for xditview at 100dpi
  10337. >>8    string        -12        (12pt)
  10338.  
  10339. # output data formats
  10340. 0    string        \100\357    very old (C/A/T) troff output data
  10341. #
  10342. #------------------------------------------------------------------------------
  10343. # tuxedo:    file(1) magic for BEA TUXEDO data files
  10344. #
  10345. # from Ian Springer <ispringer@hotmail.com>
  10346. #
  10347. 0    string        \0\0\1\236\0\0\0\0\0\0\0\0\0\0\0\0    BEA TUXEDO DES mask data
  10348.  
  10349. #------------------------------------------------------------------------------
  10350. # typeset:  file(1) magic for other typesetting
  10351. #
  10352. 0    string        Interpress/Xerox    Xerox InterPress data
  10353. >16    string        /            (version
  10354. >>17    string        >\0            %s)
  10355.  
  10356. #------------------------------------------------------------------------------
  10357. # unknown:  file(1) magic for unknown machines
  10358. #
  10359. # XXX - this probably should be pruned, as it'll match PDP-11 and
  10360. # VAX image formats.
  10361. #
  10362. # 0x107 is 0407; 0x108 is 0410; both are PDP-11 (executable and pure,
  10363. # respectively).
  10364. #
  10365. # 0x109 is 0411; that's PDP-11 split I&D, but the PDP-11 version doesn't
  10366. # have the "version %ld", which may be a bogus COFFism (I don't think
  10367. # there ever was COFF for the PDP-11).
  10368. #
  10369. # 0x10B is 0413; that's VAX demand-paged, but this is a short, not a
  10370. # long, as it would be on a VAX.
  10371. #
  10372. # 0x10C is 0414 and 0x10E is 416; those *are* unknown.
  10373. #
  10374. 0    short        0x107        unknown machine executable
  10375. >8    short        >0        not stripped
  10376. >15    byte        >0        - version %ld
  10377. 0    short        0x108        unknown pure executable
  10378. >8    short        >0        not stripped
  10379. >15    byte        >0        - version %ld
  10380. 0    short        0x109        PDP-11 separate I&D
  10381. >8    short        >0        not stripped
  10382. >15    byte        >0        - version %ld
  10383. 0    short        0x10b        unknown pure executable
  10384. >8    short        >0        not stripped
  10385. >15    byte        >0        - version %ld
  10386. 0    long        0x10c        unknown demand paged pure executable
  10387. >16    long        >0        not stripped
  10388. 0    long        0x10e        unknown readable demand paged pure executable
  10389.  
  10390. #------------------------------------------------------------------------------
  10391. # uuencode:  file(1) magic for ASCII-encoded files
  10392. #
  10393.  
  10394. # GRR:  the first line of xxencoded files is identical to that in uuencoded
  10395. # files, but the first character in most subsequent lines is 'h' instead of
  10396. # 'M'.  (xxencoding uses lowercase letters in place of most of uuencode's
  10397. # punctuation and survives BITNET gateways better.)  If regular expressions
  10398. # were supported, this entry could possibly be split into two with
  10399. # "begin\040\.\*\012M" or "begin\040\.\*\012h" (where \. and \* are REs).
  10400. 0    string        begin\040    uuencoded or xxencoded text
  10401.  
  10402. # btoa(1) is an alternative to uuencode that requires less space.
  10403. 0    string        xbtoa\ Begin    btoa'd text
  10404.  
  10405. # ship(1) is another, much cooler alternative to uuencode.
  10406. # Greg Roelofs, newt@uchicago.edu
  10407. 0    string        $\012ship    ship'd binary text
  10408.  
  10409. # bencode(8) is used to encode compressed news batches (Bnews/Cnews only?)
  10410. # Greg Roelofs, newt@uchicago.edu
  10411. 0    string    Decode\ the\ following\ with\ bdeco    bencoded News text
  10412.  
  10413. # BinHex is the Macintosh ASCII-encoded file format (see also "apple")
  10414. # Daniel Quinlan, quinlan@yggdrasil.com
  10415. 11    string    must\ be\ converted\ with\ BinHex    BinHex binary text
  10416. >41    string    x                    \b, version %.3s
  10417.  
  10418. # GRR:  is MIME BASE64 encoding handled somewhere?
  10419.  
  10420. #------------------------------------------------------------------------------
  10421. # varied.out:  file(1) magic for various USG systems
  10422. #
  10423. #    Herewith many of the object file formats used by USG systems.
  10424. #    Most have been moved to files for a particular processor,
  10425. #    and deleted if they duplicate other entries.
  10426. #
  10427. 0    short        0610        Perkin-Elmer executable
  10428. # AMD 29K
  10429. 0    beshort        0572        amd 29k coff noprebar executable
  10430. 0    beshort        01572        amd 29k coff prebar executable
  10431. 0    beshort        0160007        amd 29k coff archive
  10432. # Cray
  10433. 6    beshort        0407        unicos (cray) executable
  10434. # Ultrix 4.3
  10435. 596    string        \130\337\377\377    Ultrix core file
  10436. >600    string        >\0        from '%s'
  10437. # BeOS and MAcOS PEF executables
  10438. # From: hplus@zilker.net (Jon Watte)
  10439. 0    string        Joy!peffpwpc    header for PowerPC PEF executable
  10440. #
  10441. # ava assembler/linker Uros Platise <uros.platise@ijs.si>
  10442. 0       string          avaobj  AVR assembler object code
  10443. >7      string          >\0     version '%s'
  10444. # gnu gmon magic From: Eugen Dedu <dedu@ese-metz.fr>
  10445. 0    string        gmon        GNU prof performance data
  10446. >4    long        x        - version %ld
  10447. # From: Dave Pearson <davep@davep.org>
  10448. # Harbour <URL:http://www.harbour-project.org/> HRB files.
  10449. 0    string        \xc0HRB        Harbour HRB file
  10450. >4    short        x        version %d
  10451. #------------------------------------------------------------------------------
  10452. # varied.script:  file(1) magic for various interpreter scripts
  10453.  
  10454. 0    string        #!\ /            a
  10455. >3    string        >\0            %s script text executable
  10456. 0    string        #!\    /        a
  10457. >3    string        >\0            %s script text executable
  10458. 0    string        #!/            a
  10459. >2    string        >\0            %s script text executable
  10460. 0    string        #!\             script text executable
  10461. >3    string        >\0            for %s
  10462.  
  10463.  
  10464. #------------------------------------------------------------------------------
  10465. # vax:  file(1) magic for VAX executable/object and APL workspace
  10466. #
  10467. 0    lelong        0101557        VAX single precision APL workspace
  10468. 0    lelong        0101556        VAX double precision APL workspace
  10469.  
  10470. #
  10471. # VAX a.out (32V, BSD)
  10472. #
  10473. 0    lelong        0407        VAX executable
  10474. >16    lelong        >0        not stripped
  10475.  
  10476. 0    lelong        0410        VAX pure executable
  10477. >16    lelong        >0        not stripped
  10478.  
  10479. 0    lelong        0413        VAX demand paged pure executable
  10480. >16    lelong        >0        not stripped
  10481.  
  10482. 0    lelong        0420        VAX demand paged (first page unmapped) pure executable
  10483. >16    lelong        >0        not stripped
  10484.  
  10485. #
  10486. # VAX COFF
  10487. #
  10488. # The `versions' should be un-commented if they work for you.
  10489. # (Was the problem just one of endianness?)
  10490. #
  10491. 0    leshort        0570        VAX COFF executable
  10492. >12    lelong        >0        not stripped
  10493. >22    leshort        >0        - version %ld
  10494. 0    leshort        0575        VAX COFF pure executable
  10495. >12    lelong        >0        not stripped
  10496. >22    leshort        >0        - version %ld
  10497.  
  10498. #------------------------------------------------------------------------------
  10499. # vicar:  file(1) magic for VICAR files.
  10500. #
  10501. # From: Ossama Othman <othman@astrosun.tn.cornell.edu
  10502. # VICAR is JPL's in-house spacecraft image processing program
  10503. # VICAR image
  10504. 0    string    LBLSIZE=    VICAR image data
  10505. >32    string    BYTE        \b, 8 bits  = VAX byte
  10506. >32    string    HALF        \b, 16 bits = VAX word     = Fortran INTEGER*2
  10507. >32    string    FULL        \b, 32 bits = VAX longword = Fortran INTEGER*4
  10508. >32    string    REAL        \b, 32 bits = VAX longword = Fortran REAL*4
  10509. >32    string    DOUB        \b, 64 bits = VAX quadword = Fortran REAL*8
  10510. >32    string    COMPLEX        \b, 64 bits = VAX quadword = Fortran COMPLEX*8
  10511. # VICAR label file
  10512. 43    string    SFDU_LABEL    VICAR label file
  10513. #------------------------------------------------------------------------------
  10514. # Virtutech Compressed Random Access File Format
  10515. #
  10516. # From <gustav@virtutech.com>
  10517. 0      string          \211\277\036\203        Virtutech CRAFF
  10518. >4     belong          x               v%d
  10519. >20    belong          0               uncompressed
  10520. >20    belong          1               bzipp2ed
  10521. >20    belong          2               gzipped
  10522. >24    belong          0               not clean
  10523.  
  10524. #------------------------------------------------------------------------------
  10525. # visx:  file(1) magic for Visx format files
  10526. #
  10527. 0    short        0x5555        VISX image file
  10528. >2    byte        0        (zero)
  10529. >2    byte        1        (unsigned char)
  10530. >2    byte        2        (short integer)
  10531. >2    byte        3        (float 32)
  10532. >2    byte        4        (float 64)
  10533. >2    byte        5        (signed char)
  10534. >2    byte        6        (bit-plane)
  10535. >2    byte        7        (classes)
  10536. >2    byte        8        (statistics)
  10537. >2    byte        10        (ascii text)
  10538. >2    byte        15        (image segments)
  10539. >2    byte        100        (image set)
  10540. >2    byte        101        (unsigned char vector)
  10541. >2    byte        102        (short integer vector)
  10542. >2    byte        103        (float 32 vector)
  10543. >2    byte        104        (float 64 vector)
  10544. >2    byte        105        (signed char vector)
  10545. >2    byte        106        (bit plane vector)
  10546. >2    byte        121        (feature vector)
  10547. >2    byte        122        (feature vector library)
  10548. >2    byte        124        (chain code)
  10549. >2    byte        126        (bit vector)
  10550. >2    byte        130        (graph)
  10551. >2    byte        131        (adjacency graph)
  10552. >2    byte        132        (adjacency graph library)
  10553. >2    string        .VISIX        (ascii text)
  10554.  
  10555. #------------------------------------------------------------------------------
  10556. # vms:  file(1) magic for VMS executables (experimental)
  10557. #
  10558. # VMS .exe formats, both VAX and AXP (Greg Roelofs, newt@uchicago.edu)
  10559.  
  10560. # GRR 950122:  I'm just guessing on these, based on inspection of the headers
  10561. # of three executables each for Alpha and VAX architectures.  The VAX files
  10562. # all had headers similar to this:
  10563. #
  10564. #   00000  b0 00 30 00 44 00 60 00  00 00 00 00 30 32 30 35  ..0.D.`.....0205
  10565. #   00010  01 01 00 00 ff ff ff ff  ff ff ff ff 00 00 00 00  ................
  10566. #
  10567. 0    string    \xb0\0\x30\0    VMS VAX executable
  10568. >44032    string    PK\003\004    \b, Info-ZIP SFX archive v5.12 w/decryption
  10569. #
  10570. # The AXP files all looked like this, except that the byte at offset 0x22
  10571. # was 06 in some of them and 07 in others:
  10572. #
  10573. #   00000  03 00 00 00 00 00 00 00  ec 02 00 00 10 01 00 00  ................
  10574. #   00010  68 00 00 00 98 00 00 00  b8 00 00 00 00 00 00 00  h...............
  10575. #   00020  00 00 07 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
  10576. #   00030  00 00 00 00 01 00 00 00  00 00 00 00 00 00 00 00  ................
  10577. #   00040  00 00 00 00 ff ff ff ff  ff ff ff ff 02 00 00 00  ................
  10578. #
  10579. 0    belong    0x03000000    VMS Alpha executable
  10580. >75264    string    PK\003\004    \b, Info-ZIP SFX archive v5.12 w/decryption
  10581.  
  10582. # -----------------------------------------------------------
  10583. # VMware specific files (deducted from version 1.1 and log file entries)
  10584. # Anthon van der Neut (anthon@mnt.org)
  10585. 0    belong    0x4d52564e    VMware nvram 
  10586. 0    belong    0x434f5744    VMware
  10587. >4    byte    3         virtual disk 
  10588. >>32    lelong    x        (%d/
  10589. >>36    lelong    x        \b%d/
  10590. >>40    lelong    x        \b%d)
  10591. >4    byte    2         undoable disk
  10592. >>32    string  >\0        (%s)
  10593.  
  10594. #------------------------------------------------------------------------------
  10595. # vorbis:  file(1) magic for Ogg/Vorbis files
  10596. #
  10597. # From Felix von Leitner <leitner@fefe.de>
  10598. # Extended by Beni Cherniavsky <cben@crosswinds.net>
  10599. # Further extended by Greg Wooledge <greg@wooledge.org>
  10600. #
  10601. # Most (everything but the number of channels and bitrate) is commented
  10602. # out with `##' as it's not interesting to the average user.  The most
  10603. # probable things advanced users would want to uncomment are probably
  10604. # the number of comments and the encoder version.
  10605. #
  10606. # --- Ogg Framing ---
  10607. 0        string        OggS        Ogg data
  10608. >4        byte        !0        UNKNOWN REVISION %u
  10609. ##>4        byte        0        revision 0
  10610. >4        byte        0
  10611. ##>>14        lelong        x        (Serial %lX)
  10612. # non-Vorbis content: FLAC (Free Lossless Audio Codec, http://flac.sourceforge.net)
  10613. >>28        string        fLaC        \b, FLAC audio
  10614. # non-Vorbis content: Theora
  10615. >>28        string        \x80theora    \b, Theora video
  10616. # non-Vorbis content: Speex
  10617. >>28        string        Speex\ \ \     \b, Speex audio
  10618. # non-Vorbis content: OGM
  10619. >>28        string        \x01video\0\0\0    \b, OGM video
  10620. >>>37        string/c    div3        (DivX 3)
  10621. >>>37        string/c    divx        (DivX 4)
  10622. >>>37        string/c    dx50        (DivX 5)
  10623. >>>37        string/c    xvid        (XviD)
  10624. # --- First vorbis packet - general header ---
  10625. >>28        string        \x01vorbis    \b, Vorbis audio,
  10626. >>>35        lelong        !0        UNKNOWN VERSION %lu,
  10627. ##>>>35        lelong        0        version 0,
  10628. >>>35        lelong        0
  10629. >>>>39        ubyte        1        mono,
  10630. >>>>39        ubyte        2        stereo,
  10631. >>>>39        ubyte        >2        %u channels,
  10632. >>>>40        lelong        x        %lu Hz
  10633. # Minimal, nominal and maximal bitrates specified when encoding
  10634. >>>>48        string        <\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff    \b,
  10635. # The above tests if at least one of these is specified:
  10636. >>>>>52        lelong        !-1
  10637. # Vorbis RC2 has a bug which puts -1000 in the min/max bitrate fields
  10638. # instead of -1.
  10639. # Vorbis 1.0 uses 0 instead of -1.
  10640. >>>>>>52    lelong        !0
  10641. >>>>>>>52    lelong        !-1000
  10642. >>>>>>>>52    lelong        x        <%lu
  10643. >>>>>48        lelong        !-1
  10644. >>>>>>48    lelong        x        ~%lu
  10645. >>>>>44        lelong        !-1
  10646. >>>>>>44    lelong        !-1000
  10647. >>>>>>>44    lelong        !0
  10648. >>>>>>>>44    lelong        x        >%lu
  10649. >>>>>48        string        <\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff    bps
  10650. # -- Second vorbis header packet - the comments
  10651. # A kludge to read the vendor string.  It's a counted string, not a
  10652. # zero-terminated one, so file(1) can't read it in a generic way.
  10653. # libVorbis is the only one existing currently, so I detect specifically
  10654. # it.  The interesting value is the cvs date (8 digits decimal).
  10655. # Post-RC1 Ogg files have the second header packet (and thus the version)
  10656. # in a different place, so we must use an indirect offset.
  10657. >>>(84.b+85)        string        \x03vorbis
  10658. >>>>(84.b+96)        string/c    Xiphophorus\ libVorbis\ I    \b, created by: Xiphophorus libVorbis I
  10659. >>>>>(84.b+120)        string        >00000000    
  10660. # Map to beta version numbers:
  10661. >>>>>>(84.b+120)    string        <20000508    (<beta1, prepublic)
  10662. >>>>>>(84.b+120)    string        20000508    (1.0 beta 1 or beta 2)
  10663. >>>>>>(84.b+120)    string        >20000508
  10664. >>>>>>>(84.b+120)    string        <20001031    (beta2-3)
  10665. >>>>>>(84.b+120)    string        20001031    (1.0 beta 3)
  10666. >>>>>>(84.b+120)    string        >20001031
  10667. >>>>>>>(84.b+120)    string        <20010225    (beta3-4)
  10668. >>>>>>(84.b+120)    string        20010225    (1.0 beta 4)
  10669. >>>>>>(84.b+120)    string        >20010225
  10670. >>>>>>>(84.b+120)    string        <20010615    (beta4-RC1)
  10671. >>>>>>(84.b+120)    string        20010615    (1.0 RC1)
  10672. >>>>>>(84.b+120)    string        20010813    (1.0 RC2)
  10673. >>>>>>(84.b+120)    string        20010816    (RC2 - Garf tuned v1)
  10674. >>>>>>(84.b+120)    string        20011014    (RC2 - Garf tuned v2)
  10675. >>>>>>(84.b+120)    string        20011217    (1.0 RC3)
  10676. >>>>>>(84.b+120)    string        20011231    (1.0 RC3)
  10677. # Some pre-1.0 CVS snapshots still had "Xiphphorus"...
  10678. >>>>>>(84.b+120)    string        >20011231    (pre-1.0 CVS)
  10679. # For the 1.0 release, Xiphophorus is replaced by Xiph.Org
  10680. >>>>(84.b+96)        string/c    Xiph.Org\ libVorbis\ I    \b, created by: Xiph.Org libVorbis I
  10681. >>>>>(84.b+117)        string        >00000000    
  10682. >>>>>>(84.b+117)    string        <20020717    (pre-1.0 CVS)
  10683. >>>>>>(84.b+117)    string        20020717    (1.0)
  10684. >>>>>>(84.b+117)    string        20030909    (1.0.1)
  10685. >>>>>>(84.b+117)    string        20040629    (1.1.0 RC1)
  10686.  
  10687. #------------------------------------------------------------------------------
  10688. # VXL: file(1) magic for VXL binary IO data files
  10689. #
  10690. # from Ian Scott <scottim@sf.net>
  10691. #
  10692. # VXL is a collection of C++ libraries for Computer Vision.
  10693. # See the vsl chapter in the VXL Book for more info
  10694. # http://www.isbe.man.ac.uk/public_vxl_doc/books/vxl/book.html
  10695. # http:/vxl.sf.net
  10696.  
  10697. 2    lelong    0x472b2c4e    VXL data file,
  10698. >0    leshort    >0        schema version no %d
  10699.  
  10700. #------------------------------------------------------------------------------
  10701. # wordprocessors:  file(1) magic fo word processors.
  10702. #
  10703. ####### PWP file format used on Smith Corona Personal Word Processors:
  10704. 2    string    \040\040\040\040\040\040\040\040\040\040\040ML4D\040\'92    Smith Corona PWP
  10705. >24    byte    2    \b, single spaced
  10706. >24    byte    3    \b, 1.5 spaced
  10707. >24    byte    4    \b, double spaced
  10708. >25    byte    0x42    \b, letter
  10709. >25    byte    0x54    \b, legal
  10710. >26    byte    0x46    \b, A4
  10711.  
  10712. #WordPerfect type files Version 1.6 - PLEASE DO NOT REMOVE THIS LINE
  10713. 0    string    \377WPC\020\000\000\000\022\012\001\001\000\000\000\000    (WP) loadable text
  10714. >15    byte    0    Optimized for Intel
  10715. >15    byte    1    Optimized for Non-Intel
  10716. 1    string    WPC    (Corel/WP)
  10717. >8    short    257    WordPerfect macro
  10718. >8    short    258    WordPerfect help file
  10719. >8    short    259    WordPerfect keyboard file
  10720. >8    short    266    WordPerfect document
  10721. >8    short    267    WordPerfect dictionary
  10722. >8    short    268    WordPerfect thesaurus
  10723. >8    short    269    WordPerfect block
  10724. >8    short    270    WordPerfect rectangular block
  10725. >8    short    271    WordPerfect column block
  10726. >8    short    272    WordPerfect printer data
  10727. >8    short    275    WordPerfect printer data
  10728. >8    short    276    WordPerfect driver resource data
  10729. >8    short    279    WordPerfect hyphenation code
  10730. >8    short    280    WordPerfect hyphenation data
  10731. >8    short    281    WordPerfect macro resource data
  10732. >8    short    283    WordPerfect hyphenation lex
  10733. >8    short    285    WordPerfect wordlist
  10734. >8    short    286    WordPerfect equation resource data
  10735. >8    short    289    WordPerfect spell rules
  10736. >8    short    290    WordPerfect dictionary rules
  10737. >8    short    295    WordPerfect spell rules (Microlytics)
  10738. >8    short    299    WordPerfect settings file
  10739. >8    short    301    WordPerfect 4.2 document
  10740. >8    short    325    WordPerfect dialog file
  10741. >8    short    332    WordPerfect button bar
  10742. >8    short    513    Shell macro
  10743. >8    short    522    Shell definition
  10744. >8    short    769    Notebook macro
  10745. >8    short    770    Notebook help file
  10746. >8    short    771    Notebook keyboard file
  10747. >8    short    778    Notebook definition
  10748. >8    short    1026    Calculator help file
  10749. >8    short     1538    Calendar help file
  10750. >8    short     1546    Calendar data file
  10751. >8    short    1793    Editor macro
  10752. >8    short    1794    Editor help file
  10753. >8    short    1795    Editor keyboard file
  10754. >8    short    1817    Editor macro resource file
  10755. >8    short     2049    Macro editor macro
  10756. >8    short     2050    Macro editor help file
  10757. >8    short    2051    Macro editor keyboard file
  10758. >8    short    2305    PlanPerfect macro
  10759. >8    short    2306    PlanPerfect help file
  10760. >8    short    2307    PlanPerfect keyboard file
  10761. >8    short    2314    PlanPerfect worksheet
  10762. >8    short    2319    PlanPerfect printer definition
  10763. >8    short    2322    PlanPerfect graphic definition
  10764. >8    short    2323    PlanPerfect data
  10765. >8    short    2324    PlanPerfect temporary printer
  10766. >8    short    2329    PlanPerfect macro resource data
  10767. >8    byte    11    Mail
  10768. >8    short    2818    help file
  10769. >8    short    2821    distribution list
  10770. >8    short    2826    out box
  10771. >8    short    2827    in box
  10772. >8    short    2836    users archived mailbox
  10773. >8    short    2837    archived message database
  10774. >8    short    2838    archived attachments
  10775. >8    short    3083    Printer temporary file
  10776. >8    short    3330    Scheduler help file
  10777. >8    short    3338    Scheduler in file
  10778. >8    short    3339    Scheduler out file
  10779. >8    short    3594    GroupWise settings file
  10780. >8    short    3601    GroupWise directory services
  10781. >8    short    3627    GroupWise settings file
  10782. >8    short    4362    Terminal resource data
  10783. >8    short    4363    Terminal resource data
  10784. >8    short    4395    Terminal resource data
  10785. >8    short    4619    GUI loadable text
  10786. >8    short    4620    graphics resource data
  10787. >8    short    4621    printer settings file
  10788. >8    short    4622    port definition file
  10789. >8    short    4623    print queue parameters
  10790. >8    short    4624    compressed file
  10791. >8    short    5130    Network service msg file
  10792. >8    short    5131    Network service msg file
  10793. >8    short    5132    Async gateway login msg
  10794. >8    short    5134    GroupWise message file
  10795. >8    short    7956    GroupWise admin domain database
  10796. >8    short    7957    GroupWise admin host database
  10797. >8    short    7959    GroupWise admin remote host database
  10798. >8    short    7960    GroupWise admin ADS deferment data file
  10799. >8    short    8458    IntelliTAG (SGML) compiled DTD
  10800. >8    long    18219264    WordPerfect graphic image (1.0)
  10801. >8    long    18219520    WordPerfect graphic image (2.0)
  10802. #end of WordPerfect type files Version 1.6 - PLEASE DO NOT REMOVE THIS LINE
  10803.  
  10804. # Hangul (Korean) Word Processor File
  10805. 0    string    HWP\ Document\ File    Hangul (Korean) Word Processor File
  10806.  
  10807. # CosmicBook, from Beno├«t Rouits
  10808. 0       string  CSBK    Ted Neslson's CosmicBook hypertext file
  10809.  
  10810.  
  10811. #------------------------------------------------------------------------------
  10812. # file(1) magic(5) data for xdelta  Josh MacDonald <jmacd@CS.Berkeley.EDU>
  10813. #
  10814. 0    string    %XDELTA%    XDelta binary patch file 0.14
  10815. 0    string    %XDZ000%    XDelta binary patch file 0.18
  10816. 0    string    %XDZ001%    XDelta binary patch file 0.20
  10817. 0    string    %XDZ002%    XDelta binary patch file 1.0
  10818. 0    string    %XDZ003%    XDelta binary patch file 1.0.4
  10819. 0    string    %XDZ004%    XDelta binary patch file 1.1
  10820.  
  10821. #------------------------------------------------------------------------------
  10822. # xenix:  file(1) magic for Microsoft Xenix
  10823. #
  10824. # "Middle model" stuff, and "Xenix 8086 relocatable or 80286 small
  10825. # model" lifted from "magic.xenix", with comment "derived empirically;
  10826. # treat as folklore until proven"
  10827. #
  10828. # "small model", "large model", "huge model" stuff lifted from XXX
  10829. #
  10830. # XXX - "x.out" collides with PDP-11 archives
  10831. #
  10832. 0    string        core        core file (Xenix)
  10833. 0    byte        0x80        8086 relocatable (Microsoft)
  10834. 0    leshort        0xff65        x.out
  10835. >2    string        __.SYMDEF     randomized
  10836. >0    byte        x        archive
  10837. 0    leshort        0x206        Microsoft a.out
  10838. >8    leshort        1        Middle model
  10839. >0x1e    leshort        &0x10        overlay
  10840. >0x1e    leshort        &0x2        separate
  10841. >0x1e    leshort        &0x4        pure
  10842. >0x1e    leshort        &0x800        segmented
  10843. >0x1e    leshort        &0x400        standalone
  10844. >0x1e    leshort        &0x8        fixed-stack
  10845. >0x1c    byte        &0x80        byte-swapped
  10846. >0x1c    byte        &0x40        word-swapped
  10847. >0x10    lelong        >0        not-stripped
  10848. >0x1e    leshort        ^0xc000        pre-SysV
  10849. >0x1e    leshort        &0x4000        V2.3
  10850. >0x1e    leshort        &0x8000        V3.0
  10851. >0x1c    byte        &0x4        86
  10852. >0x1c    byte        &0xb        186
  10853. >0x1c    byte        &0x9        286
  10854. >0x1c    byte        &0xa        386
  10855. >0x1f    byte        <0x040        small model
  10856. >0x1f    byte        =0x048        large model    
  10857. >0x1f    byte        =0x049        huge model 
  10858. >0x1e    leshort        &0x1        executable
  10859. >0x1e    leshort        ^0x1        object file
  10860. >0x1e    leshort        &0x40        Large Text
  10861. >0x1e    leshort        &0x20        Large Data
  10862. >0x1e    leshort        &0x120        Huge Objects Enabled
  10863. >0x10    lelong        >0        not stripped
  10864.  
  10865. 0    leshort        0x140        old Microsoft 8086 x.out
  10866. >0x3    byte        &0x4        separate
  10867. >0x3    byte        &0x2        pure
  10868. >0    byte        &0x1        executable
  10869. >0    byte        ^0x1        relocatable
  10870. >0x14    lelong        >0        not stripped
  10871.  
  10872. 0    lelong        0x206        b.out
  10873. >0x1e    leshort        &0x10        overlay
  10874. >0x1e    leshort        &0x2        separate
  10875. >0x1e    leshort        &0x4        pure
  10876. >0x1e    leshort        &0x800        segmented
  10877. >0x1e    leshort        &0x400        standalone
  10878. >0x1e    leshort        &0x1        executable
  10879. >0x1e    leshort        ^0x1        object file
  10880. >0x1e    leshort        &0x4000        V2.3
  10881. >0x1e    leshort        &0x8000        V3.0
  10882. >0x1c    byte        &0x4        86
  10883. >0x1c    byte        &0xb        186
  10884. >0x1c    byte        &0x9        286
  10885. >0x1c    byte        &0x29        286
  10886. >0x1c    byte        &0xa        386
  10887. >0x1e    leshort        &0x4        Large Text
  10888. >0x1e    leshort        &0x2        Large Data
  10889. >0x1e    leshort        &0x102        Huge Objects Enabled
  10890.  
  10891. 0    leshort        0x580        XENIX 8086 relocatable or 80286 small model
  10892.  
  10893. #------------------------------------------------------------------------------
  10894. # xo65 object files
  10895. # From: "Ullrich von Bassewitz" <uz@cc65.org>
  10896. #
  10897. 0    string        \x55\x7A\x6E\x61    xo65 object,
  10898. >4    leshort        x            version %d,
  10899. >6    leshort&0x0001 =0x0001            with debug info
  10900. >6    leshort&0x0001 =0x0000            no debug info
  10901.  
  10902. # xo65 library files
  10903. 0    string        \x6E\x61\x55\x7A    xo65 library,
  10904. >4    leshort        x            version %d
  10905.  
  10906. # o65 object files
  10907. 0    string        \x01\x00\x6F\x36\x35    o65
  10908. >6    leshort&0x1000    =0x0000            executable,
  10909. >6    leshort&0x1000    =0x1000            object,
  10910. >5    byte        x            version %d,
  10911. >6    leshort&0x8000    =0x8000            65816,
  10912. >6    leshort&0x8000    =0x0000            6502,
  10913. >6    leshort&0x2000    =0x2000            32 bit,
  10914. >6    leshort&0x2000    =0x0000            16 bit,
  10915. >6    leshort&0x4000    =0x4000            page reloc,
  10916. >6    leshort&0x4000    =0x0000            byte reloc,
  10917. >6    leshort&0x0003    =0x0000            alignment 1
  10918. >6    leshort&0x0003    =0x0001            alignment 2
  10919. >6    leshort&0x0003    =0x0002            alignment 4
  10920. >6    leshort&0x0003    =0x0003            alignment 256
  10921.  
  10922. #------------------------------------------------------------------------------
  10923. # xwindows:  file(1) magic for various X/Window system file formats.
  10924.  
  10925. # Compiled X Keymap 
  10926. # XKM (compiled X keymap) files (including version and byte ordering)
  10927. 1    string    mkx                Compiled XKB Keymap: lsb,
  10928. >0    byte    >0                version %d
  10929. >0    byte    =0                obsolete
  10930. 0    string    xkm                Compiled XKB Keymap: msb,
  10931. >3    byte    >0                version %d
  10932. >0    byte    =0                obsolete
  10933.  
  10934. # xfsdump archive
  10935. 0    string    xFSdump0            xfsdump archive
  10936. >8    long    x    (version %d)
  10937.  
  10938. # Jaleo XFS files
  10939. 0    long    395726                Jaleo XFS file
  10940. >4    long    x                - version %ld
  10941. >8    long    x                - [%ld -
  10942. >20    long    x                %ldx
  10943. >24    long    x                %ldx
  10944. >28    long    1008                YUV422]
  10945. >28    long    1000                RGB24]
  10946.  
  10947. #------------------------------------------------------------------------------
  10948. # zilog:  file(1) magic for Zilog Z8000.
  10949. #
  10950. # Was it big-endian or little-endian?  My Product Specification doesn't
  10951. # say.
  10952. #
  10953. 0    long        0xe807        object file (z8000 a.out)
  10954. 0    long        0xe808        pure object file (z8000 a.out)
  10955. 0    long        0xe809        separate object file (z8000 a.out)
  10956. 0    long        0xe805        overlay object file (z8000 a.out)
  10957.  
  10958. #------------------------------------------------------------------------------
  10959. # zyxel:  file(1) magic for ZyXEL modems
  10960. #
  10961. # From <rob@pe1chl.ampr.org>
  10962. # These are the /etc/magic entries to decode datafiles as used for the
  10963. # ZyXEL U-1496E DATA/FAX/VOICE modems.  (This header conforms to a
  10964. # ZyXEL-defined standard)
  10965.  
  10966. 0    string        ZyXEL\002    ZyXEL voice data
  10967. >10    byte        0        - CELP encoding
  10968. >10    byte&0x0B    1        - ADPCM2 encoding
  10969. >10    byte&0x0B    2        - ADPCM3 encoding
  10970. >10    byte&0x0B    3        - ADPCM4 encoding
  10971. >10    byte&0x0B    8        - New ADPCM3 encoding
  10972. >10    byte&0x04    4        with resync
  10973.